#[repr(transparent)]pub struct Corrtestcutoff1(pub u32);Expand description
CorrTestCutoff register 1
Tuple Fields§
§0: u32Implementations§
Source§impl Corrtestcutoff1
impl Corrtestcutoff1
Sourcepub const fn dlytwocutoff(&self) -> u16
pub const fn dlytwocutoff(&self) -> u16
Correlation test cut-off value for delay of +/- 2 samples.
Sourcepub const fn set_dlytwocutoff(&mut self, val: u16)
pub const fn set_dlytwocutoff(&mut self, val: u16)
Correlation test cut-off value for delay of +/- 2 samples.
Sourcepub const fn dlythreecutoff(&self) -> u16
pub const fn dlythreecutoff(&self) -> u16
Correlation test cut-off value for delay of +/- 3 samples.
Sourcepub const fn set_dlythreecutoff(&mut self, val: u16)
pub const fn set_dlythreecutoff(&mut self, val: u16)
Correlation test cut-off value for delay of +/- 3 samples.
Trait Implementations§
Source§impl Clone for Corrtestcutoff1
impl Clone for Corrtestcutoff1
Source§fn clone(&self) -> Corrtestcutoff1
fn clone(&self) -> Corrtestcutoff1
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Corrtestcutoff1
impl Debug for Corrtestcutoff1
Source§impl Default for Corrtestcutoff1
impl Default for Corrtestcutoff1
Source§fn default() -> Corrtestcutoff1
fn default() -> Corrtestcutoff1
Returns the “default value” for a type. Read more
Source§impl PartialEq for Corrtestcutoff1
impl PartialEq for Corrtestcutoff1
impl Copy for Corrtestcutoff1
impl Eq for Corrtestcutoff1
impl StructuralPartialEq for Corrtestcutoff1
Auto Trait Implementations§
impl Freeze for Corrtestcutoff1
impl RefUnwindSafe for Corrtestcutoff1
impl Send for Corrtestcutoff1
impl Sync for Corrtestcutoff1
impl Unpin for Corrtestcutoff1
impl UnwindSafe for Corrtestcutoff1
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)