Struct cuda_sys::vector_types::short4 [] [src]

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

Fields

Trait Implementations

impl Debug for short4
[src]

[src]

Formats the value using the given formatter.

impl Copy for short4
[src]

impl Clone for short4
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more