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