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