#[repr(transparent)]pub struct QspiEnable(pub u32);
Expand description
Enable QSPI peripheral and acquire the pins selected in PSELn registers
Tuple Fields§
§0: u32
Implementations§
Source§impl QspiEnable
impl QspiEnable
Trait Implementations§
Source§impl Clone for QspiEnable
impl Clone for QspiEnable
Source§fn clone(&self) -> QspiEnable
fn clone(&self) -> QspiEnable
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 Default for QspiEnable
impl Default for QspiEnable
Source§fn default() -> QspiEnable
fn default() -> QspiEnable
Returns the “default value” for a type. Read more
Source§impl PartialEq for QspiEnable
impl PartialEq for QspiEnable
impl Copy for QspiEnable
impl Eq for QspiEnable
impl StructuralPartialEq for QspiEnable
Auto Trait Implementations§
impl Freeze for QspiEnable
impl RefUnwindSafe for QspiEnable
impl Send for QspiEnable
impl Sync for QspiEnable
impl Unpin for QspiEnable
impl UnwindSafe for QspiEnable
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
)