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