#[repr(transparent)]pub struct OnlineTestVal(pub u32);Expand description
no description available
Tuple Fields§
§0: u32Implementations§
Source§impl OnlineTestVal
impl OnlineTestVal
Sourcepub const fn live_chi_squared(&self) -> u8
pub const fn live_chi_squared(&self) -> u8
This value is updated as described in field ‘activate’.
Sourcepub const fn set_live_chi_squared(&mut self, val: u8)
pub const fn set_live_chi_squared(&mut self, val: u8)
This value is updated as described in field ‘activate’.
Sourcepub const fn min_chi_squared(&self) -> u8
pub const fn min_chi_squared(&self) -> u8
This field is reset when ‘activate’==0.
Sourcepub const fn set_min_chi_squared(&mut self, val: u8)
pub const fn set_min_chi_squared(&mut self, val: u8)
This field is reset when ‘activate’==0.
Sourcepub const fn max_chi_squared(&self) -> u8
pub const fn max_chi_squared(&self) -> u8
This field is reset when ‘activate’==0.
Sourcepub const fn set_max_chi_squared(&mut self, val: u8)
pub const fn set_max_chi_squared(&mut self, val: u8)
This field is reset when ‘activate’==0.
Trait Implementations§
Source§impl Clone for OnlineTestVal
impl Clone for OnlineTestVal
Source§fn clone(&self) -> OnlineTestVal
fn clone(&self) -> OnlineTestVal
Returns a duplicate 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 OnlineTestVal
impl Debug for OnlineTestVal
Source§impl Default for OnlineTestVal
impl Default for OnlineTestVal
Source§fn default() -> OnlineTestVal
fn default() -> OnlineTestVal
Returns the “default value” for a type. Read more
Source§impl PartialEq for OnlineTestVal
impl PartialEq for OnlineTestVal
impl Copy for OnlineTestVal
impl Eq for OnlineTestVal
impl StructuralPartialEq for OnlineTestVal
Auto Trait Implementations§
impl Freeze for OnlineTestVal
impl RefUnwindSafe for OnlineTestVal
impl Send for OnlineTestVal
impl Sync for OnlineTestVal
impl Unpin for OnlineTestVal
impl UnwindSafe for OnlineTestVal
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