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