#[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 duplicate 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
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