Struct intel_mkl_sys::_DefVmlErrorContext
source · [−]#[repr(C)]pub struct _DefVmlErrorContext {
pub iCode: c_int,
pub iIndex: c_int,
pub dbA1: f64,
pub dbA2: f64,
pub dbR1: f64,
pub dbR2: f64,
pub cFuncName: [c_char; 64],
pub iFuncNameLen: c_int,
pub dbA1Im: f64,
pub dbA2Im: f64,
pub dbR1Im: f64,
pub dbR2Im: f64,
}
Fields
iCode: c_int
iIndex: c_int
dbA1: f64
dbA2: f64
dbR1: f64
dbR2: f64
cFuncName: [c_char; 64]
iFuncNameLen: c_int
dbA1Im: f64
dbA2Im: f64
dbR1Im: f64
dbR2Im: f64
Trait Implementations
sourceimpl Clone for _DefVmlErrorContext
impl Clone for _DefVmlErrorContext
sourcefn clone(&self) -> _DefVmlErrorContext
fn clone(&self) -> _DefVmlErrorContext
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for _DefVmlErrorContext
impl Debug for _DefVmlErrorContext
sourceimpl Default for _DefVmlErrorContext
impl Default for _DefVmlErrorContext
sourceimpl PartialEq<_DefVmlErrorContext> for _DefVmlErrorContext
impl PartialEq<_DefVmlErrorContext> for _DefVmlErrorContext
sourcefn eq(&self, other: &_DefVmlErrorContext) -> bool
fn eq(&self, other: &_DefVmlErrorContext) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &_DefVmlErrorContext) -> bool
fn ne(&self, other: &_DefVmlErrorContext) -> bool
This method tests for !=
.
sourceimpl PartialOrd<_DefVmlErrorContext> for _DefVmlErrorContext
impl PartialOrd<_DefVmlErrorContext> for _DefVmlErrorContext
sourcefn partial_cmp(&self, other: &_DefVmlErrorContext) -> Option<Ordering>
fn partial_cmp(&self, other: &_DefVmlErrorContext) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
impl Copy for _DefVmlErrorContext
impl StructuralPartialEq for _DefVmlErrorContext
Auto Trait Implementations
impl RefUnwindSafe for _DefVmlErrorContext
impl Send for _DefVmlErrorContext
impl Sync for _DefVmlErrorContext
impl Unpin for _DefVmlErrorContext
impl UnwindSafe for _DefVmlErrorContext
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more