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