Struct libspa_sys::spa_pod
source · #[repr(C)]pub struct spa_pod {
pub size: u32,
pub type_: u32,
}
Fields§
§size: u32
§type_: u32
Trait Implementations§
source§impl PartialEq for spa_pod
impl PartialEq for spa_pod
impl Copy for spa_pod
impl Eq for spa_pod
impl StructuralPartialEq for spa_pod
Auto Trait Implementations§
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