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