#[repr(C)]pub struct constraintData {
pub ConstraintHashtable: *mut *mut constraintRecord,
pub DynamicConstraintChecking: bool,
pub ConstraintArray: *mut constraintRecord,
pub NumberOfConstraints: c_ulong,
}Fields§
§ConstraintHashtable: *mut *mut constraintRecord§DynamicConstraintChecking: bool§ConstraintArray: *mut constraintRecord§NumberOfConstraints: c_ulongTrait Implementations§
Source§impl Clone for constraintData
impl Clone for constraintData
Source§fn clone(&self) -> constraintData
fn clone(&self) -> constraintData
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 constraintData
impl Debug for constraintData
Source§impl Default for constraintData
impl Default for constraintData
impl Copy for constraintData
Auto Trait Implementations§
impl Freeze for constraintData
impl RefUnwindSafe for constraintData
impl !Send for constraintData
impl !Sync for constraintData
impl Unpin for constraintData
impl UnwindSafe for constraintData
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