pub struct ResetValues {
pub BCR1: u32,
pub BTR1: u32,
pub BCR2: u32,
pub BTR2: u32,
pub BCR3: u32,
pub BTR3: u32,
pub BCR4: u32,
pub BTR4: u32,
pub BWTR1: u32,
pub BWTR2: u32,
pub BWTR3: u32,
pub BWTR4: u32,
}Fields§
§BCR1: u32§BTR1: u32§BCR2: u32§BTR2: u32§BCR3: u32§BTR3: u32§BCR4: u32§BTR4: u32§BWTR1: u32§BWTR2: u32§BWTR3: u32§BWTR4: 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