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