#[repr(C)]pub struct pll_stat_ {Show 19 fields
pub pump_charge: i32,
pub phase: i32,
pub pll_max: i32,
pub pivot: i32,
pub pll_min: i32,
pub last_error: i32,
pub lastpulsephase: i32,
pub tick_freq: c_int,
pub pll_min_max_percent: c_int,
pub fast_correction_ratio_n: c_int,
pub fast_correction_ratio_d: c_int,
pub slow_correction_ratio_n: c_int,
pub slow_correction_ratio_d: c_int,
pub inter_band_rejection: c_int,
pub max_pll_error_ticks: c_int,
pub band_mode: c_int,
pub bands_separators: [c_int; 16],
pub track: c_int,
pub side: c_int,
}Fields§
§pump_charge: i32§phase: i32§pll_max: i32§pivot: i32§pll_min: i32§last_error: i32§lastpulsephase: i32§tick_freq: c_int§pll_min_max_percent: c_int§fast_correction_ratio_n: c_int§fast_correction_ratio_d: c_int§slow_correction_ratio_n: c_int§slow_correction_ratio_d: c_int§inter_band_rejection: c_int§max_pll_error_ticks: c_int§band_mode: c_int§bands_separators: [c_int; 16]§track: c_int§side: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for pll_stat_
impl RefUnwindSafe for pll_stat_
impl Send for pll_stat_
impl Sync for pll_stat_
impl Unpin for pll_stat_
impl UnsafeUnpin for pll_stat_
impl UnwindSafe for pll_stat_
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