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