Struct dds_bridge_sys::parResultsDealer
source · #[repr(C)]pub struct parResultsDealer {
pub number: c_int,
pub score: c_int,
pub contracts: [[c_char; 10]; 10],
}Fields§
§number: c_int§score: c_int§contracts: [[c_char; 10]; 10]Trait Implementations§
source§impl Clone for parResultsDealer
impl Clone for parResultsDealer
source§fn clone(&self) -> parResultsDealer
fn clone(&self) -> parResultsDealer
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 parResultsDealer
impl Debug for parResultsDealer
source§impl Default for parResultsDealer
impl Default for parResultsDealer
source§fn default() -> parResultsDealer
fn default() -> parResultsDealer
Returns the “default value” for a type. Read more
source§impl Hash for parResultsDealer
impl Hash for parResultsDealer
source§impl PartialEq for parResultsDealer
impl PartialEq for parResultsDealer
source§fn eq(&self, other: &parResultsDealer) -> bool
fn eq(&self, other: &parResultsDealer) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for parResultsDealer
impl Eq for parResultsDealer
impl StructuralPartialEq for parResultsDealer
Auto Trait Implementations§
impl Freeze for parResultsDealer
impl RefUnwindSafe for parResultsDealer
impl Send for parResultsDealer
impl Sync for parResultsDealer
impl Unpin for parResultsDealer
impl UnwindSafe for parResultsDealer
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