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