Struct cuda_sys::vector_types::ulonglong4[][src]

#[repr(C)]
pub struct ulonglong4 { pub x: c_ulonglong, pub y: c_ulonglong, pub z: c_ulonglong, pub w: c_ulonglong, }

Fields

Trait Implementations

impl Debug for ulonglong4
[src]

Formats the value using the given formatter. Read more

impl Copy for ulonglong4
[src]

impl Clone for ulonglong4
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ulonglong4

impl Sync for ulonglong4