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