#[repr(C)]pub struct io_t {
pub source: *mut io_source_t,
pub data: *mut c_void,
}Fields§
§source: *mut io_source_t§data: *mut c_voidTrait Implementations§
Auto Trait Implementations§
impl Freeze for io_t
impl RefUnwindSafe for io_t
impl !Send for io_t
impl !Sync for io_t
impl Unpin for io_t
impl UnwindSafe for io_t
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