Struct stm32_metapac::gpio::regs::Brr
#[repr(transparent)]pub struct Brr(pub u32);
Expand description
Port bit reset register (GPIOn_BRR)
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Brr
impl Eq for Brr
impl StructuralPartialEq for Brr
Auto Trait Implementations§
impl Freeze for Brr
impl RefUnwindSafe for Brr
impl Send for Brr
impl Sync for Brr
impl Unpin for Brr
impl UnwindSafe for Brr
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