#[repr(C)]pub struct cuDoubleComplex {
pub x: f64,
pub y: f64,
}Fields§
§x: f64§y: f64Trait Implementations§
Source§impl Clone for cuDoubleComplex
impl Clone for cuDoubleComplex
Source§fn clone(&self) -> cuDoubleComplex
fn clone(&self) -> cuDoubleComplex
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 cuDoubleComplex
impl Debug for cuDoubleComplex
impl Copy for cuDoubleComplex
Auto Trait Implementations§
impl Freeze for cuDoubleComplex
impl RefUnwindSafe for cuDoubleComplex
impl Send for cuDoubleComplex
impl Sync for cuDoubleComplex
impl Unpin for cuDoubleComplex
impl UnsafeUnpin for cuDoubleComplex
impl UnwindSafe for cuDoubleComplex
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