Struct cublas_sys::Struct_float2 [] [src]

pub struct Struct_float2 {
    pub x: c_float,
    pub y: c_float,
}

Fields

x
y

Trait Implementations

impl Clone for Struct_float2

fn clone(&self) -> Self

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

impl Default for Struct_float2

fn default() -> Self

Derived Implementations

impl Copy for Struct_float2