Struct stm32_metapac::rcc::regs::Pllsaicfgr
#[repr(transparent)]pub struct Pllsaicfgr(pub u32);
Expand description
PLL configuration register
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
§impl Clone for Pllsaicfgr
impl Clone for Pllsaicfgr
§fn clone(&self) -> Pllsaicfgr
fn clone(&self) -> Pllsaicfgr
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 more§impl Default for Pllsaicfgr
impl Default for Pllsaicfgr
§fn default() -> Pllsaicfgr
fn default() -> Pllsaicfgr
Returns the “default value” for a type. Read more
§impl PartialEq for Pllsaicfgr
impl PartialEq for Pllsaicfgr
impl Copy for Pllsaicfgr
impl Eq for Pllsaicfgr
impl StructuralPartialEq for Pllsaicfgr
Auto Trait Implementations§
impl Freeze for Pllsaicfgr
impl RefUnwindSafe for Pllsaicfgr
impl Send for Pllsaicfgr
impl Sync for Pllsaicfgr
impl Unpin for Pllsaicfgr
impl UnwindSafe for Pllsaicfgr
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
)