#[repr(C)]pub struct TimeEventInternal { /* private fields */ }
Expand description
An opaque timer event source object.
Auto Trait Implementations§
impl Freeze for pa_time_event
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§
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