#[repr(u8)]pub enum Gpcnt0Im {
INT_ENABLED = 0,
INT_MASKED = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Gpcnt0Im
impl Ord for Gpcnt0Im
Source§impl PartialOrd for Gpcnt0Im
impl PartialOrd for Gpcnt0Im
impl Copy for Gpcnt0Im
impl Eq for Gpcnt0Im
impl StructuralPartialEq for Gpcnt0Im
Auto Trait Implementations§
impl Freeze for Gpcnt0Im
impl RefUnwindSafe for Gpcnt0Im
impl Send for Gpcnt0Im
impl Sync for Gpcnt0Im
impl Unpin for Gpcnt0Im
impl UnwindSafe for Gpcnt0Im
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