#[repr(C)]pub struct lrs_restart_dat {Show 20 fields
pub facet: *mut c_long,
pub overide: c_long,
pub restart: c_long,
pub lrs: c_long,
pub m: c_long,
pub d: c_long,
pub count: [c_long; 10],
pub depth: c_long,
pub maxcobases: c_long,
pub maxdepth: c_longlong,
pub mindepth: c_longlong,
pub printcobasis: c_long,
pub redund: c_long,
pub fel: c_long,
pub testlin: c_long,
pub redundphase: c_long,
pub messages: c_long,
pub redineq: *mut c_long,
pub size: c_long,
pub rank: c_long,
}Fields§
§facet: *mut c_long§overide: c_long§restart: c_long§lrs: c_long§m: c_long§d: c_long§count: [c_long; 10]§depth: c_long§maxcobases: c_long§maxdepth: c_longlong§mindepth: c_longlong§printcobasis: c_long§redund: c_long§fel: c_long§testlin: c_long§redundphase: c_long§messages: c_long§redineq: *mut c_long§size: c_long§rank: c_longTrait Implementations§
Source§impl Clone for lrs_restart_dat
impl Clone for lrs_restart_dat
Source§fn clone(&self) -> lrs_restart_dat
fn clone(&self) -> lrs_restart_dat
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 lrs_restart_dat
impl Debug for lrs_restart_dat
impl Copy for lrs_restart_dat
Auto Trait Implementations§
impl Freeze for lrs_restart_dat
impl RefUnwindSafe for lrs_restart_dat
impl !Send for lrs_restart_dat
impl !Sync for lrs_restart_dat
impl Unpin for lrs_restart_dat
impl UnsafeUnpin for lrs_restart_dat
impl UnwindSafe for lrs_restart_dat
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