#[repr(transparent)]pub struct Propthreshold(pub u32);
Expand description
Adaptive Proportion Test (1024-sample window) Cut-Off value.
Tuple Fields§
§0: u32
Implementations§
Source§impl Propthreshold
impl Propthreshold
Sourcepub const fn propthreshold(&self) -> u16
pub const fn propthreshold(&self) -> u16
Adaptive Proportion Test (1024-sample window) Cut-Off value.
Sourcepub fn set_propthreshold(&mut self, val: u16)
pub fn set_propthreshold(&mut self, val: u16)
Adaptive Proportion Test (1024-sample window) Cut-Off value.
Trait Implementations§
Source§impl Clone for Propthreshold
impl Clone for Propthreshold
Source§fn clone(&self) -> Propthreshold
fn clone(&self) -> Propthreshold
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 Default for Propthreshold
impl Default for Propthreshold
Source§fn default() -> Propthreshold
fn default() -> Propthreshold
Returns the “default value” for a type. Read more
Source§impl PartialEq for Propthreshold
impl PartialEq for Propthreshold
impl Copy for Propthreshold
impl Eq for Propthreshold
impl StructuralPartialEq for Propthreshold
Auto Trait Implementations§
impl Freeze for Propthreshold
impl RefUnwindSafe for Propthreshold
impl Send for Propthreshold
impl Sync for Propthreshold
impl Unpin for Propthreshold
impl UnwindSafe for Propthreshold
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
)