Struct cuda_sys::vector_types::double2[][src]

#[repr(C)]
pub struct double2 { pub x: f64, pub y: f64, }

Fields

Trait Implementations

impl Debug for double2
[src]

Formats the value using the given formatter. Read more

impl Copy for double2
[src]

impl Clone for double2
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for double2

impl Sync for double2