Struct cuda_sys::vector_types::float3[][src]

#[repr(C)]
pub struct float3 { pub x: f32, pub y: f32, pub z: f32, }

Fields

Trait Implementations

impl Debug for float3
[src]

Formats the value using the given formatter. Read more

impl Copy for float3
[src]

impl Clone for float3
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for float3

impl Sync for float3