#[repr(C)]pub struct spa_pod {
    pub size: u32,
    pub type_: u32,
}Fields§
§size: u32§type_: u32Trait Implementations§
impl Copy for spa_pod
impl Eq for spa_pod
impl StructuralPartialEq for spa_pod
Auto Trait Implementations§
impl Freeze for spa_pod
impl RefUnwindSafe for spa_pod
impl Send for spa_pod
impl Sync for spa_pod
impl Unpin for spa_pod
impl UnwindSafe for spa_pod
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