pub struct ResetValues {
pub CEC_CR: u32,
pub CEC_CFGR: u32,
pub CEC_TXDR: u32,
pub CEC_RXDR: u32,
pub CEC_ISR: u32,
pub CEC_IER: u32,
}
Fields§
§CEC_CR: u32
§CEC_CFGR: u32
§CEC_TXDR: u32
§CEC_RXDR: u32
§CEC_ISR: u32
§CEC_IER: u32
Auto 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