pub struct HpLpParam {
pub xtal_stable_wait_cycle: u16,
}
Fields§
§xtal_stable_wait_cycle: u16
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HpLpParam
impl RefUnwindSafe for HpLpParam
impl Send for HpLpParam
impl Sync for HpLpParam
impl Unpin for HpLpParam
impl UnwindSafe for HpLpParam
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