#[repr(u8)]pub enum SideMode {
Normal = 0,
DrainOnly = 1,
ResetPending = 2,
}Expand description
Side mode for OI sides (spec §2.4)
Variants§
Trait Implementations§
impl Copy for SideMode
impl Eq for SideMode
impl StructuralPartialEq for SideMode
Auto Trait Implementations§
impl Freeze for SideMode
impl RefUnwindSafe for SideMode
impl Send for SideMode
impl Sync for SideMode
impl Unpin for SideMode
impl UnsafeUnpin for SideMode
impl UnwindSafe for SideMode
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