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