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