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