#[repr(transparent)]pub struct Corrtestcutoff0(pub u32);Expand description
CorrTestCutoff register 0
Tuple Fields§
§0: u32Implementations§
Source§impl Corrtestcutoff0
impl Corrtestcutoff0
Sourcepub const fn dlyzerocutoff(&self) -> u8
pub const fn dlyzerocutoff(&self) -> u8
Correlation test cut-off value for delay of 0 samples.
Sourcepub const fn set_dlyzerocutoff(&mut self, val: u8)
pub const fn set_dlyzerocutoff(&mut self, val: u8)
Correlation test cut-off value for delay of 0 samples.
Sourcepub const fn dlyonecutoff(&self) -> u8
pub const fn dlyonecutoff(&self) -> u8
Correlation test cut-off value for delay of +/-1 sample.
Sourcepub const fn set_dlyonecutoff(&mut self, val: u8)
pub const fn set_dlyonecutoff(&mut self, val: u8)
Correlation test cut-off value for delay of +/-1 sample.
Trait Implementations§
Source§impl Clone for Corrtestcutoff0
impl Clone for Corrtestcutoff0
Source§fn clone(&self) -> Corrtestcutoff0
fn clone(&self) -> Corrtestcutoff0
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 Corrtestcutoff0
impl Debug for Corrtestcutoff0
Source§impl Default for Corrtestcutoff0
impl Default for Corrtestcutoff0
Source§fn default() -> Corrtestcutoff0
fn default() -> Corrtestcutoff0
Returns the “default value” for a type. Read more
Source§impl PartialEq for Corrtestcutoff0
impl PartialEq for Corrtestcutoff0
impl Copy for Corrtestcutoff0
impl Eq for Corrtestcutoff0
impl StructuralPartialEq for Corrtestcutoff0
Auto Trait Implementations§
impl Freeze for Corrtestcutoff0
impl RefUnwindSafe for Corrtestcutoff0
impl Send for Corrtestcutoff0
impl Sync for Corrtestcutoff0
impl Unpin for Corrtestcutoff0
impl UnwindSafe for Corrtestcutoff0
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)