Struct cuda_sys::vector_types::ulong4[][src]

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

Fields

Trait Implementations

impl Debug for ulong4
[src]

Formats the value using the given formatter. Read more

impl Copy for ulong4
[src]

impl Clone for ulong4
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ulong4

impl Sync for ulong4