#[repr(C)]pub struct spral_ssmfe_rcid {}Expand description
Derived types
Fields§
§job: c_int§nx: c_int§jx: c_int§kx: c_int§ny: c_int§jy: c_int§ky: c_int§i: c_int§j: c_int§k: c_int§alpha: f64§beta: f64§x: *mut f64§y: *mut f64§unused: [c_char; 80]Trait Implementations§
Source§impl Clone for spral_ssmfe_rcid
impl Clone for spral_ssmfe_rcid
Source§fn clone(&self) -> spral_ssmfe_rcid
fn clone(&self) -> spral_ssmfe_rcid
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_ssmfe_rcid
impl Debug for spral_ssmfe_rcid
impl Copy for spral_ssmfe_rcid
Auto Trait Implementations§
impl Freeze for spral_ssmfe_rcid
impl RefUnwindSafe for spral_ssmfe_rcid
impl !Send for spral_ssmfe_rcid
impl !Sync for spral_ssmfe_rcid
impl Unpin for spral_ssmfe_rcid
impl UnwindSafe for spral_ssmfe_rcid
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