#[repr(u8)]pub enum Gptimer1ctrlGptmode {
GPTMODE_0 = 0,
GPTMODE_1 = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for Gptimer1ctrlGptmode
impl Clone for Gptimer1ctrlGptmode
Source§fn clone(&self) -> Gptimer1ctrlGptmode
fn clone(&self) -> Gptimer1ctrlGptmode
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Gptimer1ctrlGptmode
impl Debug for Gptimer1ctrlGptmode
Source§impl From<Gptimer1ctrlGptmode> for u8
impl From<Gptimer1ctrlGptmode> for u8
Source§fn from(val: Gptimer1ctrlGptmode) -> u8
fn from(val: Gptimer1ctrlGptmode) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Gptimer1ctrlGptmode
impl From<u8> for Gptimer1ctrlGptmode
Source§fn from(val: u8) -> Gptimer1ctrlGptmode
fn from(val: u8) -> Gptimer1ctrlGptmode
Converts to this type from the input type.
Source§impl Ord for Gptimer1ctrlGptmode
impl Ord for Gptimer1ctrlGptmode
Source§fn cmp(&self, other: &Gptimer1ctrlGptmode) -> Ordering
fn cmp(&self, other: &Gptimer1ctrlGptmode) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Gptimer1ctrlGptmode
impl PartialEq for Gptimer1ctrlGptmode
Source§impl PartialOrd for Gptimer1ctrlGptmode
impl PartialOrd for Gptimer1ctrlGptmode
impl Copy for Gptimer1ctrlGptmode
impl Eq for Gptimer1ctrlGptmode
impl StructuralPartialEq for Gptimer1ctrlGptmode
Auto Trait Implementations§
impl Freeze for Gptimer1ctrlGptmode
impl RefUnwindSafe for Gptimer1ctrlGptmode
impl Send for Gptimer1ctrlGptmode
impl Sync for Gptimer1ctrlGptmode
impl Unpin for Gptimer1ctrlGptmode
impl UnwindSafe for Gptimer1ctrlGptmode
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