#[repr(transparent)]pub struct Fc0minKhz(pub u32);
Expand description
Minimum pass frequency in kHz. This is optional. Set to 0 if you are not using the pass/fail flags
Tuple Fields§
§0: u32
Implementations§
source§impl Fc0minKhz
impl Fc0minKhz
pub const fn fc0_min_khz(&self) -> u32
pub fn set_fc0_min_khz(&mut self, val: u32)
Trait Implementations§
impl Copy for Fc0minKhz
impl Eq for Fc0minKhz
impl StructuralPartialEq for Fc0minKhz
Auto Trait Implementations§
impl Freeze for Fc0minKhz
impl RefUnwindSafe for Fc0minKhz
impl Send for Fc0minKhz
impl Sync for Fc0minKhz
impl Unpin for Fc0minKhz
impl UnwindSafe for Fc0minKhz
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)