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