Struct libpulse_binding::mainloop::events::timer::TimeEventInternal
source · pub struct TimeEventInternal { /* private fields */ }Expand description
An opaque timer event source object.
Auto Trait Implementations
impl RefUnwindSafe for pa_time_event
impl Send for pa_time_event
impl Sync for pa_time_event
impl Unpin for pa_time_event
impl UnwindSafe for pa_time_event
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