#[repr(C)]pub struct cuComplex {
pub x: f32,
pub y: f32,
}Fields§
§x: f32§y: f32Trait Implementations§
Auto Trait Implementations§
impl Freeze for cuComplex
impl RefUnwindSafe for cuComplex
impl Send for cuComplex
impl Sync for cuComplex
impl Unpin for cuComplex
impl UnsafeUnpin for cuComplex
impl UnwindSafe for cuComplex
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