#[repr(u8)]pub enum Gptimer1ctrlGptrst {
NO_ACTION = 0,
LOAD_CNTR = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for Gptimer1ctrlGptrst
impl Clone for Gptimer1ctrlGptrst
Source§fn clone(&self) -> Gptimer1ctrlGptrst
fn clone(&self) -> Gptimer1ctrlGptrst
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 Gptimer1ctrlGptrst
impl Debug for Gptimer1ctrlGptrst
Source§impl From<Gptimer1ctrlGptrst> for u8
impl From<Gptimer1ctrlGptrst> for u8
Source§fn from(val: Gptimer1ctrlGptrst) -> u8
fn from(val: Gptimer1ctrlGptrst) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Gptimer1ctrlGptrst
impl From<u8> for Gptimer1ctrlGptrst
Source§fn from(val: u8) -> Gptimer1ctrlGptrst
fn from(val: u8) -> Gptimer1ctrlGptrst
Converts to this type from the input type.
Source§impl Ord for Gptimer1ctrlGptrst
impl Ord for Gptimer1ctrlGptrst
Source§fn cmp(&self, other: &Gptimer1ctrlGptrst) -> Ordering
fn cmp(&self, other: &Gptimer1ctrlGptrst) -> 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 Gptimer1ctrlGptrst
impl PartialEq for Gptimer1ctrlGptrst
Source§impl PartialOrd for Gptimer1ctrlGptrst
impl PartialOrd for Gptimer1ctrlGptrst
impl Copy for Gptimer1ctrlGptrst
impl Eq for Gptimer1ctrlGptrst
impl StructuralPartialEq for Gptimer1ctrlGptrst
Auto Trait Implementations§
impl Freeze for Gptimer1ctrlGptrst
impl RefUnwindSafe for Gptimer1ctrlGptrst
impl Send for Gptimer1ctrlGptrst
impl Sync for Gptimer1ctrlGptrst
impl Unpin for Gptimer1ctrlGptrst
impl UnwindSafe for Gptimer1ctrlGptrst
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