Struct cuda_sys::vector_types::double1[][src]

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

Fields

Trait Implementations

impl Debug for double1
[src]

Formats the value using the given formatter. Read more

impl Copy for double1
[src]

impl Clone for double1
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for double1

impl Sync for double1