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