Struct pipewire::device::DeviceListener
source · pub struct DeviceListener { /* private fields */ }
Trait Implementations§
source§impl Drop for DeviceListener
impl Drop for DeviceListener
impl Listener for DeviceListener
Auto Trait Implementations§
impl !RefUnwindSafe for DeviceListener
impl !Send for DeviceListener
impl !Sync for DeviceListener
impl Unpin for DeviceListener
impl !UnwindSafe for DeviceListener
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