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