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