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