#[repr(transparent)]pub struct Fc0delay(pub u32);
Expand description
Delays the start of frequency counting to allow the mux to settle Delay is measured in multiples of the reference clock period
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Fc0delay
impl Eq for Fc0delay
impl StructuralPartialEq for Fc0delay
Auto Trait Implementations§
impl Freeze for Fc0delay
impl RefUnwindSafe for Fc0delay
impl Send for Fc0delay
impl Sync for Fc0delay
impl Unpin for Fc0delay
impl UnwindSafe for Fc0delay
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
)