Struct cuda_sys::vector_types::long3[][src]

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

Fields

Trait Implementations

impl Debug for long3
[src]

Formats the value using the given formatter. Read more

impl Copy for long3
[src]

impl Clone for long3
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for long3

impl Sync for long3