Struct cublas_sys::Struct_double2 [] [src]

pub struct Struct_double2 {
    pub x: c_double,
    pub y: c_double,
}

Fields

x
y

Trait Implementations

impl Clone for Struct_double2

fn clone(&self) -> Self

fn clone_from(&mut self, source: &Self)

impl Default for Struct_double2

fn default() -> Self

Derived Implementations

impl Copy for Struct_double2