#[repr(transparent)]pub struct Daccr(pub u8);Expand description
DAC Control Register
Tuple Fields§
§0: u8Implementations§
Trait Implementations§
impl Copy for Daccr
impl Eq for Daccr
impl StructuralPartialEq for Daccr
Auto Trait Implementations§
impl Freeze for Daccr
impl RefUnwindSafe for Daccr
impl Send for Daccr
impl Sync for Daccr
impl Unpin for Daccr
impl UnwindSafe for Daccr
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