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