Struct stm32_metapac::dac::regs::Shhr
#[repr(transparent)]pub struct Shhr(pub u32);
Expand description
sample and hold hold time register
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Shhr
impl Eq for Shhr
impl StructuralEq for Shhr
impl StructuralPartialEq for Shhr
Auto Trait Implementations§
impl RefUnwindSafe for Shhr
impl Send for Shhr
impl Sync for Shhr
impl Unpin for Shhr
impl UnwindSafe for Shhr
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