Struct dds_bridge_sys::deal
source · #[repr(C)]pub struct deal {
pub trump: c_int,
pub first: c_int,
pub currentTrickSuit: [c_int; 3],
pub currentTrickRank: [c_int; 3],
pub remainCards: [[c_uint; 4]; 4],
}Fields§
§trump: c_int§first: c_int§currentTrickSuit: [c_int; 3]§currentTrickRank: [c_int; 3]§remainCards: [[c_uint; 4]; 4]Trait Implementations§
source§impl PartialEq for deal
impl PartialEq for deal
impl Copy for deal
impl Eq for deal
impl StructuralPartialEq for deal
Auto Trait Implementations§
impl Freeze for deal
impl RefUnwindSafe for deal
impl Send for deal
impl Sync for deal
impl Unpin for deal
impl UnwindSafe for deal
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