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