pub struct ResetValues {
pub MMCCR: u32,
pub MMCRIR: u32,
pub MMCTIR: u32,
pub MMCRIMR: u32,
pub MMCTIMR: u32,
pub MMCTGFSCCR: u32,
pub MMCTGFMSCCR: u32,
pub MMCTGFCR: u32,
pub MMCRFCECR: u32,
pub MMCRFAECR: u32,
pub MMCRGUFCR: u32,
}Fields§
§MMCCR: u32§MMCRIR: u32§MMCTIR: u32§MMCRIMR: u32§MMCTIMR: u32§MMCTGFSCCR: u32§MMCTGFMSCCR: u32§MMCTGFCR: u32§MMCRFCECR: u32§MMCRFAECR: u32§MMCRGUFCR: u32Auto Trait Implementations§
impl Freeze for ResetValues
impl RefUnwindSafe for ResetValues
impl Send for ResetValues
impl Sync for ResetValues
impl Unpin for ResetValues
impl UnwindSafe for ResetValues
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