Struct cuda_sys::vector_types::longlong3[][src]

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

Fields

Trait Implementations

impl Debug for longlong3
[src]

Formats the value using the given formatter. Read more

impl Copy for longlong3
[src]

impl Clone for longlong3
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for longlong3

impl Sync for longlong3