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