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