pub enum OFFSET_EN {
Disabled = 0,
Enabled = 1,
}
Expand description
Offset X Enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for OFFSET_EN
impl Eq for OFFSET_EN
impl StructuralPartialEq for OFFSET_EN
Auto Trait Implementations§
impl Freeze for OFFSET_EN
impl RefUnwindSafe for OFFSET_EN
impl Send for OFFSET_EN
impl Sync for OFFSET_EN
impl Unpin for OFFSET_EN
impl UnwindSafe for OFFSET_EN
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