Struct cuda_sys::vector_types::ulong3[][src]

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

Fields

Trait Implementations

impl Debug for ulong3
[src]

Formats the value using the given formatter. Read more

impl Copy for ulong3
[src]

impl Clone for ulong3
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ulong3

impl Sync for ulong3