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