#[repr(transparent)]pub struct Pkrcnt98(pub u32);Expand description
Statistical Check Poker Count 9 and 8 Register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Pkrcnt98
impl Eq for Pkrcnt98
impl StructuralPartialEq for Pkrcnt98
Auto Trait Implementations§
impl Freeze for Pkrcnt98
impl RefUnwindSafe for Pkrcnt98
impl Send for Pkrcnt98
impl Sync for Pkrcnt98
impl Unpin for Pkrcnt98
impl UnwindSafe for Pkrcnt98
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