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