#[repr(C)]pub struct dd_polyhedradata {Show 23 fields
pub representation: dd_RepresentationType,
pub homogeneous: dd_boolean,
pub d: dd_colrange,
pub m: dd_rowrange,
pub A: dd_Amatrix,
pub numbtype: dd_NumberType,
pub child: dd_ConePtr,
pub m_alloc: dd_rowrange,
pub d_alloc: dd_colrange,
pub c: dd_Arow,
pub EqualityIndex: dd_rowflag,
pub IsEmpty: dd_boolean,
pub NondegAssumed: dd_boolean,
pub InitBasisAtBottom: dd_boolean,
pub RestrictedEnumeration: dd_boolean,
pub RelaxedEnumeration: dd_boolean,
pub m1: dd_rowrange,
pub AincGenerated: dd_boolean,
pub ldim: dd_colrange,
pub n: dd_bigrange,
pub Ainc: dd_Aincidence,
pub Ared: dd_rowset,
pub Adom: dd_rowset,
}Fields§
§representation: dd_RepresentationType§homogeneous: dd_boolean§d: dd_colrange§m: dd_rowrange§A: dd_Amatrix§numbtype: dd_NumberType§child: dd_ConePtr§m_alloc: dd_rowrange§d_alloc: dd_colrange§c: dd_Arow§EqualityIndex: dd_rowflag§IsEmpty: dd_boolean§NondegAssumed: dd_boolean§InitBasisAtBottom: dd_boolean§RestrictedEnumeration: dd_boolean§RelaxedEnumeration: dd_boolean§m1: dd_rowrange§AincGenerated: dd_boolean§ldim: dd_colrange§n: dd_bigrange§Ainc: dd_Aincidence§Ared: dd_rowset§Adom: dd_rowsetTrait Implementations§
Source§impl Clone for dd_polyhedradata
impl Clone for dd_polyhedradata
Source§fn clone(&self) -> dd_polyhedradata
fn clone(&self) -> dd_polyhedradata
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 dd_polyhedradata
impl Debug for dd_polyhedradata
impl Copy for dd_polyhedradata
Auto Trait Implementations§
impl Freeze for dd_polyhedradata
impl RefUnwindSafe for dd_polyhedradata
impl !Send for dd_polyhedradata
impl !Sync for dd_polyhedradata
impl Unpin for dd_polyhedradata
impl UnsafeUnpin for dd_polyhedradata
impl UnwindSafe for dd_polyhedradata
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