#[repr(transparent)]pub struct Proptestcutoff(pub u32);Expand description
Proportion test cut-off register.
Tuple Fields§
§0: u32Implementations§
Source§impl Proptestcutoff
impl Proptestcutoff
Sourcepub const fn proptestcutoff(&self) -> u16
pub const fn proptestcutoff(&self) -> u16
Proportion test cut-off value.
Sourcepub const fn set_proptestcutoff(&mut self, val: u16)
pub const fn set_proptestcutoff(&mut self, val: u16)
Proportion test cut-off value.
Trait Implementations§
Source§impl Clone for Proptestcutoff
impl Clone for Proptestcutoff
Source§fn clone(&self) -> Proptestcutoff
fn clone(&self) -> Proptestcutoff
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 Proptestcutoff
impl Debug for Proptestcutoff
Source§impl Default for Proptestcutoff
impl Default for Proptestcutoff
Source§fn default() -> Proptestcutoff
fn default() -> Proptestcutoff
Returns the “default value” for a type. Read more
Source§impl PartialEq for Proptestcutoff
impl PartialEq for Proptestcutoff
impl Copy for Proptestcutoff
impl Eq for Proptestcutoff
impl StructuralPartialEq for Proptestcutoff
Auto Trait Implementations§
impl Freeze for Proptestcutoff
impl RefUnwindSafe for Proptestcutoff
impl Send for Proptestcutoff
impl Sync for Proptestcutoff
impl Unpin for Proptestcutoff
impl UnwindSafe for Proptestcutoff
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)