Struct CM_PROB
#[repr(transparent)]pub struct CM_PROB(pub u32);
Tuple Fields§
§0: u32
Trait Implementations§
impl Copy for CM_PROB
impl Eq for CM_PROB
impl StructuralPartialEq for CM_PROB
Auto Trait Implementations§
impl Freeze for CM_PROB
impl RefUnwindSafe for CM_PROB
impl Send for CM_PROB
impl Sync for CM_PROB
impl Unpin for CM_PROB
impl UnwindSafe for CM_PROB
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