#[repr(C)]pub struct Struct__SOSgroup {
pub lp: *mut lprec,
pub sos_list: *mut *mut SOSrec,
pub sos_alloc: c_int,
pub sos_count: c_int,
pub maxorder: c_int,
pub sos1_count: c_int,
pub membership: *mut c_int,
pub memberpos: *mut c_int,
}Fields§
§lp: *mut lprec§sos_list: *mut *mut SOSrec§sos_alloc: c_int§sos_count: c_int§maxorder: c_int§sos1_count: c_int§membership: *mut c_int§memberpos: *mut c_intTrait Implementations§
Source§impl Clone for Struct__SOSgroup
impl Clone for Struct__SOSgroup
Source§impl Default for Struct__SOSgroup
impl Default for Struct__SOSgroup
impl Copy for Struct__SOSgroup
Auto Trait Implementations§
impl Freeze for Struct__SOSgroup
impl RefUnwindSafe for Struct__SOSgroup
impl !Send for Struct__SOSgroup
impl !Sync for Struct__SOSgroup
impl Unpin for Struct__SOSgroup
impl UnwindSafe for Struct__SOSgroup
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