Struct cuda_sys::vector_types::ushort2 [] [src]

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

Fields

Trait Implementations

impl Debug for ushort2
[src]

[src]

Formats the value using the given formatter.

impl Copy for ushort2
[src]

impl Clone for ushort2
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more