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