Struct cuda_sys::vector_types::float2[][src]

#[repr(C)]
pub struct float2 { pub x: f32, pub y: f32, pub __bindgen_align: [u64; 0], }

Fields

Trait Implementations

impl Debug for float2
[src]

Formats the value using the given formatter. Read more

impl Copy for float2
[src]

impl Clone for float2
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for float2

impl Sync for float2