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