#[repr(C)]pub struct io_event {
pub data: u64,
pub obj: u64,
pub res: i64,
pub res2: i64,
}
Fields§
§data: u64
§obj: u64
§res: i64
§res2: i64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for io_event
impl RefUnwindSafe for io_event
impl Send for io_event
impl Sync for io_event
impl Unpin for io_event
impl UnwindSafe for 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