Struct cuda_sys::vector_types::ushort4[][src]

#[repr(C)]
pub struct ushort4 { pub x: c_ushort, pub y: c_ushort, pub z: c_ushort, pub w: c_ushort, pub __bindgen_align: [u64; 0], }

Fields

Trait Implementations

impl Debug for ushort4
[src]

Formats the value using the given formatter. Read more

impl Copy for ushort4
[src]

impl Clone for ushort4
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ushort4

impl Sync for ushort4