pub enum ADDRIEW {
DISABLED,
ENABLED,
}
Expand description
Values that can be written to the field ADDRIE
Variants§
Auto Trait Implementations§
impl Freeze for ADDRIEW
impl RefUnwindSafe for ADDRIEW
impl Send for ADDRIEW
impl Sync for ADDRIEW
impl Unpin for ADDRIEW
impl UnwindSafe for ADDRIEW
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