#[repr(C)]pub struct Struct__SOSrec {
pub parent: *mut SOSgroup,
pub tagorder: c_int,
pub name: *mut c_char,
pub _type: c_int,
pub isGUB: c_uchar,
pub size: c_int,
pub priority: c_int,
pub members: *mut c_int,
pub weights: *mut c_double,
pub membersSorted: *mut c_int,
pub membersMapped: *mut c_int,
}Fields§
§parent: *mut SOSgroup§tagorder: c_int§name: *mut c_char§_type: c_int§isGUB: c_uchar§size: c_int§priority: c_int§members: *mut c_int§weights: *mut c_double§membersSorted: *mut c_int§membersMapped: *mut c_intTrait Implementations§
Source§impl Clone for Struct__SOSrec
impl Clone for Struct__SOSrec
Source§impl Default for Struct__SOSrec
impl Default for Struct__SOSrec
impl Copy for Struct__SOSrec
Auto Trait Implementations§
impl Freeze for Struct__SOSrec
impl RefUnwindSafe for Struct__SOSrec
impl !Send for Struct__SOSrec
impl !Sync for Struct__SOSrec
impl Unpin for Struct__SOSrec
impl UnwindSafe for Struct__SOSrec
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