#[repr(C)]pub struct spa_error_location {
    pub line: c_int,
    pub col: c_int,
    pub len: usize,
    pub location: *const c_char,
    pub reason: *const c_char,
}Fields§
§line: c_int§col: c_int§len: usize§location: *const c_char§reason: *const c_charTrait Implementations§
Source§impl Clone for spa_error_location
 
impl Clone for spa_error_location
Source§fn clone(&self) -> spa_error_location
 
fn clone(&self) -> spa_error_location
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreSource§impl Debug for spa_error_location
 
impl Debug for spa_error_location
Source§impl PartialEq for spa_error_location
 
impl PartialEq for spa_error_location
impl Copy for spa_error_location
impl Eq for spa_error_location
impl StructuralPartialEq for spa_error_location
Auto Trait Implementations§
impl Freeze for spa_error_location
impl RefUnwindSafe for spa_error_location
impl !Send for spa_error_location
impl !Sync for spa_error_location
impl Unpin for spa_error_location
impl UnwindSafe for spa_error_location
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more