Struct stm32_metapac::quadspi::regs::Psmar
#[repr(transparent)]pub struct Psmar(pub u32);
Expand description
polling status match register
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Psmar
impl Eq for Psmar
impl StructuralEq for Psmar
impl StructuralPartialEq for Psmar
Auto Trait Implementations§
impl RefUnwindSafe for Psmar
impl Send for Psmar
impl Sync for Psmar
impl Unpin for Psmar
impl UnwindSafe for Psmar
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