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