pub struct WaitArg {
pub fd: RawFd,
pub interest: Interest,
}
Expand description
Meta of polling operations.
Fields§
§fd: RawFd
The raw fd of the operation.
interest: Interest
The interest to be registered.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WaitArg
impl RefUnwindSafe for WaitArg
impl Send for WaitArg
impl Sync for WaitArg
impl Unpin for WaitArg
impl UnwindSafe for WaitArg
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