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