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