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