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