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