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