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