#[repr(C)]pub struct _MKL_Complex16 {
pub real: f64,
pub imag: f64,
}Fields§
§real: f64§imag: f64Trait Implementations§
Source§impl Clone for _MKL_Complex16
impl Clone for _MKL_Complex16
Source§fn clone(&self) -> _MKL_Complex16
fn clone(&self) -> _MKL_Complex16
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 _MKL_Complex16
impl Debug for _MKL_Complex16
Source§impl Default for _MKL_Complex16
impl Default for _MKL_Complex16
Source§fn default() -> _MKL_Complex16
fn default() -> _MKL_Complex16
Returns the “default value” for a type. Read more
Source§impl PartialEq for _MKL_Complex16
impl PartialEq for _MKL_Complex16
Source§impl PartialOrd for _MKL_Complex16
impl PartialOrd for _MKL_Complex16
impl Copy for _MKL_Complex16
impl StructuralPartialEq for _MKL_Complex16
Auto Trait Implementations§
impl Freeze for _MKL_Complex16
impl RefUnwindSafe for _MKL_Complex16
impl Send for _MKL_Complex16
impl Sync for _MKL_Complex16
impl Unpin for _MKL_Complex16
impl UnwindSafe for _MKL_Complex16
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