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