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