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