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