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