Struct Subghzspicr
#[repr(transparent)]pub struct Subghzspicr(pub u32);Expand description
Power SPI3 control register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
§impl Clone for Subghzspicr
impl Clone for Subghzspicr
§fn clone(&self) -> Subghzspicr
fn clone(&self) -> Subghzspicr
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const 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