pub struct ResetValues {
pub USBPHYC_PLL: u32,
pub USBPHYC_MISC: u32,
pub USBPHYC_TUNE1: u32,
pub USBPHYC_TUNE2: u32,
pub USBPHYC_VERR: u32,
}Fields§
§USBPHYC_PLL: u32§USBPHYC_MISC: u32§USBPHYC_TUNE1: u32§USBPHYC_TUNE2: u32§USBPHYC_VERR: 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