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