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