#[repr(transparent)]pub struct Pll24mStat(pub u32);Expand description
Which PLL settings were selected when triggering START task
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for Pll24mStat
impl Clone for Pll24mStat
Source§fn clone(&self) -> Pll24mStat
fn clone(&self) -> Pll24mStat
Returns a copy 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 Pll24mStat
impl Debug for Pll24mStat
Source§impl Default for Pll24mStat
impl Default for Pll24mStat
Source§fn default() -> Pll24mStat
fn default() -> Pll24mStat
Returns the “default value” for a type. Read more
Source§impl PartialEq for Pll24mStat
impl PartialEq for Pll24mStat
impl Copy for Pll24mStat
impl Eq for Pll24mStat
impl StructuralPartialEq for Pll24mStat
Auto Trait Implementations§
impl Freeze for Pll24mStat
impl RefUnwindSafe for Pll24mStat
impl Send for Pll24mStat
impl Sync for Pll24mStat
impl Unpin for Pll24mStat
impl UnwindSafe for Pll24mStat
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)