Struct cuda_sys::vector_types::float1[][src]

#[repr(C)]
pub struct float1 { pub x: f32, }

Fields

Trait Implementations

impl Debug for float1
[src]

Formats the value using the given formatter. Read more

impl Copy for float1
[src]

impl Clone for float1
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for float1

impl Sync for float1