pub enum WRAPMOD {
Disabled = 0,
Enabled = 1,
}Expand description
WRAPMOD
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for WRAPMOD
impl Eq for WRAPMOD
impl StructuralPartialEq for WRAPMOD
Auto Trait Implementations§
impl Freeze for WRAPMOD
impl RefUnwindSafe for WRAPMOD
impl Send for WRAPMOD
impl Sync for WRAPMOD
impl Unpin for WRAPMOD
impl UnwindSafe for WRAPMOD
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