#[repr(C)]pub struct spral_rb_read_options {
pub array_base: c_int,
pub add_diagonal: bool,
pub extra_space: f32,
pub lwr_upr_full: c_int,
pub values: c_int,
}Fields§
§array_base: c_int§add_diagonal: bool§extra_space: f32§lwr_upr_full: c_int§values: c_intTrait Implementations§
Source§impl Clone for spral_rb_read_options
impl Clone for spral_rb_read_options
Source§fn clone(&self) -> spral_rb_read_options
fn clone(&self) -> spral_rb_read_options
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 spral_rb_read_options
impl Debug for spral_rb_read_options
impl Copy for spral_rb_read_options
Auto Trait Implementations§
impl Freeze for spral_rb_read_options
impl RefUnwindSafe for spral_rb_read_options
impl Send for spral_rb_read_options
impl Sync for spral_rb_read_options
impl Unpin for spral_rb_read_options
impl UnwindSafe for spral_rb_read_options
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