#[repr(C)]pub struct ScsSettings {
pub normalize: scs_int,
pub scale: f64,
pub rho_x: f64,
pub max_iters: scs_int,
pub eps: f64,
pub alpha: f64,
pub cg_rate: f64,
pub verbose: scs_int,
pub warm_start: scs_int,
pub acceleration_lookback: scs_int,
pub write_data_filename: *const c_char,
}Fields§
§normalize: scs_int§scale: f64§rho_x: f64§max_iters: scs_int§eps: f64§alpha: f64§cg_rate: f64§verbose: scs_int§warm_start: scs_int§acceleration_lookback: scs_int§write_data_filename: *const c_charTrait Implementations§
Source§impl Clone for ScsSettings
impl Clone for ScsSettings
Source§fn clone(&self) -> ScsSettings
fn clone(&self) -> ScsSettings
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 ScsSettings
impl Debug for ScsSettings
impl Copy for ScsSettings
Auto Trait Implementations§
impl Freeze for ScsSettings
impl RefUnwindSafe for ScsSettings
impl !Send for ScsSettings
impl !Sync for ScsSettings
impl Unpin for ScsSettings
impl UnwindSafe for ScsSettings
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