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