#[repr(C)]pub struct spa_pod_parser_state {
    pub offset: u32,
    pub flags: u32,
    pub frame: *mut spa_pod_frame,
}Expand description
\addtogroup spa_pod {
Fields§
§offset: u32§flags: u32§frame: *mut spa_pod_frameTrait Implementations§
Source§impl Clone for spa_pod_parser_state
 
impl Clone for spa_pod_parser_state
Source§fn clone(&self) -> spa_pod_parser_state
 
fn clone(&self) -> spa_pod_parser_state
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_pod_parser_state
 
impl Debug for spa_pod_parser_state
Source§impl PartialEq for spa_pod_parser_state
 
impl PartialEq for spa_pod_parser_state
impl Copy for spa_pod_parser_state
impl Eq for spa_pod_parser_state
impl StructuralPartialEq for spa_pod_parser_state
Auto Trait Implementations§
impl Freeze for spa_pod_parser_state
impl RefUnwindSafe for spa_pod_parser_state
impl !Send for spa_pod_parser_state
impl !Sync for spa_pod_parser_state
impl Unpin for spa_pod_parser_state
impl UnwindSafe for spa_pod_parser_state
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