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