#[repr(transparent)]pub struct Ofstrim(pub u32);Expand description
ADC Offset Trim Register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Ofstrim
impl Eq for Ofstrim
impl StructuralPartialEq for Ofstrim
Auto Trait Implementations§
impl Freeze for Ofstrim
impl RefUnwindSafe for Ofstrim
impl Send for Ofstrim
impl Sync for Ofstrim
impl Unpin for Ofstrim
impl UnwindSafe for Ofstrim
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