pub struct Dcimvac(pub u32);Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl SysRegWrite for Dcimvac
impl SysRegWrite for Dcimvac
impl Copy for Dcimvac
Auto Trait Implementations§
impl Freeze for Dcimvac
impl RefUnwindSafe for Dcimvac
impl Send for Dcimvac
impl Sync for Dcimvac
impl Unpin for Dcimvac
impl UnwindSafe for Dcimvac
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