#[repr(u8)]pub enum Mio {
Memory = 0,
Io = 1,
}
Expand description
Represents the MIO
(memory or I/O) field of the Argument.
Variants§
Implementations§
Trait Implementations§
impl Copy for Mio
impl Eq for Mio
impl StructuralPartialEq for Mio
Auto Trait Implementations§
impl Freeze for Mio
impl RefUnwindSafe for Mio
impl Send for Mio
impl Sync for Mio
impl Unpin for Mio
impl UnwindSafe for Mio
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