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