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