#[repr(C)]pub struct spa_loop {
    pub iface: spa_interface,
}Fields§
§iface: spa_interfaceTrait Implementations§
impl Copy for spa_loop
impl Eq for spa_loop
impl StructuralPartialEq for spa_loop
Auto Trait Implementations§
impl Freeze for spa_loop
impl RefUnwindSafe for spa_loop
impl !Send for spa_loop
impl !Sync for spa_loop
impl Unpin for spa_loop
impl UnwindSafe for spa_loop
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