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