Struct cublas_sys::Struct_float2 [] [src]

#[repr(C)]
pub struct Struct_float2 { pub x: c_float, pub y: c_float, }

Fields

Trait Implementations

impl Copy for Struct_float2
[src]

impl Clone for Struct_float2
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_float2
[src]

Returns the "default value" for a type. Read more