pub struct RawConfig {
pub hse: Option<u32>,
pub hse_bypass: bool,
pub pllmul: Option<u8>,
pub hpre: HPre,
pub ppre1: PPre,
pub ppre2: PPre,
pub usbpre: UsbPre,
pub adcpre: AdcPre,
pub allow_overclock: bool,
}
Fields§
§hse: Option<u32>
§hse_bypass: bool
§pllmul: Option<u8>
§hpre: HPre
§ppre1: PPre
§ppre2: PPre
§usbpre: UsbPre
§adcpre: AdcPre
§allow_overclock: bool
Implementations§
Trait Implementations§
impl Copy for RawConfig
impl StructuralPartialEq for RawConfig
Auto Trait Implementations§
impl Freeze for RawConfig
impl RefUnwindSafe for RawConfig
impl Send for RawConfig
impl Sync for RawConfig
impl Unpin for RawConfig
impl UnwindSafe for RawConfig
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