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