#[repr(C)]pub struct highCardType {
pub rank: c_int,
pub hand: c_int,
}Fields§
§rank: c_int§hand: c_intTrait Implementations§
Source§impl Clone for highCardType
impl Clone for highCardType
Source§fn clone(&self) -> highCardType
fn clone(&self) -> highCardType
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for highCardType
impl Debug for highCardType
Source§impl Default for highCardType
impl Default for highCardType
Source§fn default() -> highCardType
fn default() -> highCardType
Returns the “default value” for a type. Read more
Source§impl Hash for highCardType
impl Hash for highCardType
Source§impl PartialEq for highCardType
impl PartialEq for highCardType
impl Copy for highCardType
impl Eq for highCardType
impl StructuralPartialEq for highCardType
Auto Trait Implementations§
impl Freeze for highCardType
impl RefUnwindSafe for highCardType
impl Send for highCardType
impl Sync for highCardType
impl Unpin for highCardType
impl UnwindSafe for highCardType
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