Struct libpulse_binding::mainloop::events::deferred::DeferEventRef
source · pub struct DeferEventRef<T: 'static>where
T: MainloopInnerType,{ /* private fields */ }
Expand description
A reference to a deferred event source, provided to the callback, allowing modification within the callback itself
Implementations
sourceimpl<T> DeferEventRef<T>where
T: MainloopInnerType,
impl<T> DeferEventRef<T>where
T: MainloopInnerType,
Auto Trait Implementations
impl<T> RefUnwindSafe for DeferEventRef<T>where
T: RefUnwindSafe,
impl<T> !Send for DeferEventRef<T>
impl<T> !Sync for DeferEventRef<T>
impl<T> Unpin for DeferEventRef<T>
impl<T> UnwindSafe for DeferEventRef<T>where
T: RefUnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more