Struct cuda_sys::vector_types::short2[][src]

#[repr(C)]
pub struct short2 { pub x: c_short, pub y: c_short, pub __bindgen_align: [u32; 0], }

Fields

Trait Implementations

impl Debug for short2
[src]

Formats the value using the given formatter. Read more

impl Copy for short2
[src]

impl Clone for short2
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for short2

impl Sync for short2