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