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