#[repr(C)]pub struct IoEventInternal { /* private fields */ }
Expand description
An opaque IO event source object.
Auto Trait Implementations§
impl Freeze for pa_io_event
impl RefUnwindSafe for pa_io_event
impl Send for pa_io_event
impl Sync for pa_io_event
impl Unpin for pa_io_event
impl UnwindSafe for pa_io_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