#[repr(C)]pub struct IoEvent {
pub data: c_ulonglong,
pub obj: c_ulonglong,
pub res: c_longlong,
pub res2: c_longlong,
}
Expand description
Wrapper over the io_event
structure.
Fields§
§data: c_ulonglong
§obj: c_ulonglong
§res: c_longlong
§res2: c_longlong
Trait Implementations§
impl Copy for IoEvent
Auto Trait Implementations§
impl Freeze for IoEvent
impl RefUnwindSafe for IoEvent
impl Send for IoEvent
impl Sync for IoEvent
impl Unpin for IoEvent
impl UnwindSafe for IoEvent
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