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