Struct cuda_sys::vector_types::char2[][src]

#[repr(C)]
pub struct char2 { pub x: c_schar, pub y: c_schar, pub __bindgen_align: [u16; 0], }

Fields

Trait Implementations

impl Debug for char2
[src]

Formats the value using the given formatter. Read more

impl Copy for char2
[src]

impl Clone for char2
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for char2

impl Sync for char2