pub struct ResetValues {
pub CFGR1: u32,
pub EXTICR1: u32,
pub EXTICR2: u32,
pub EXTICR3: u32,
pub EXTICR4: u32,
pub CFGR2: u32,
}Fields§
§CFGR1: u32§EXTICR1: u32§EXTICR2: u32§EXTICR3: u32§EXTICR4: u32§CFGR2: 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