#[repr(C)]pub struct spa_pod_struct {
pub pod: spa_pod,
}
Fields§
§pod: spa_pod
Trait Implementations§
Source§impl Clone for spa_pod_struct
impl Clone for spa_pod_struct
Source§fn clone(&self) -> spa_pod_struct
fn clone(&self) -> spa_pod_struct
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_struct
impl Debug for spa_pod_struct
Source§impl PartialEq for spa_pod_struct
impl PartialEq for spa_pod_struct
impl Copy for spa_pod_struct
impl Eq for spa_pod_struct
impl StructuralPartialEq for spa_pod_struct
Auto Trait Implementations§
impl Freeze for spa_pod_struct
impl RefUnwindSafe for spa_pod_struct
impl Send for spa_pod_struct
impl Sync for spa_pod_struct
impl Unpin for spa_pod_struct
impl UnwindSafe for spa_pod_struct
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