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