Enum Matcfg
#[repr(u8)]pub enum Matcfg {
_00 = 0,
_01 = 1,
_10 = 2,
}Expand description
Match Configuration
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Matcfg
impl Eq for Matcfg
impl IsEnum for Matcfg
impl StructuralPartialEq for Matcfg
Auto Trait Implementations§
impl Freeze for Matcfg
impl RefUnwindSafe for Matcfg
impl Send for Matcfg
impl Sync for Matcfg
impl Unpin for Matcfg
impl UnwindSafe for Matcfg
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