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