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