Struct cuda_sys::vector_types::double4[][src]

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

Fields

Trait Implementations

impl Debug for double4
[src]

Formats the value using the given formatter. Read more

impl Copy for double4
[src]

impl Clone for double4
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for double4

impl Sync for double4