pub struct IOEvent_<C: IOCallback> {
pub buf: Option<Buffer>,
pub offset: i64,
pub action: IOAction,
pub fd: RawFd,
/* private fields */
}Fields§
§buf: Option<Buffer>§offset: i64§action: IOAction§fd: RawFdTrait Implementations§
Auto Trait Implementations§
impl<C> !Freeze for IOEvent_<C>
impl<C> !RefUnwindSafe for IOEvent_<C>
impl<C> Send for IOEvent_<C>
impl<C> !Sync for IOEvent_<C>
impl<C> Unpin for IOEvent_<C>
impl<C> !UnwindSafe for IOEvent_<C>
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