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