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