Struct dds_bridge_sys::card
source · #[repr(C)]pub struct card {
pub suit: c_int,
pub rank: c_int,
}Fields§
§suit: c_int§rank: c_intTrait Implementations§
source§impl PartialEq for card
impl PartialEq for card
impl Copy for card
impl Eq for card
impl StructuralPartialEq for card
Auto Trait Implementations§
impl Freeze for card
impl RefUnwindSafe for card
impl Send for card
impl Sync for card
impl Unpin for card
impl UnwindSafe for card
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