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