Enum Nop
pub enum Nop {
_0 = 0,
_1 = 1,
}Expand description
No Op enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Nop
impl Eq for Nop
impl StructuralPartialEq for Nop
Auto Trait Implementations§
impl Freeze for Nop
impl RefUnwindSafe for Nop
impl Send for Nop
impl Sync for Nop
impl Unpin for Nop
impl UnwindSafe for Nop
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