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