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