Struct dds_bridge_sys::highCardType
source · #[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
impl Copy 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