Struct cuda_sys::vector_types::char4[][src]

#[repr(C)]
pub struct char4 { pub x: c_schar, pub y: c_schar, pub z: c_schar, pub w: c_schar, pub __bindgen_align: [u32; 0], }

Fields

Trait Implementations

impl Debug for char4
[src]

Formats the value using the given formatter. Read more

impl Copy for char4
[src]

impl Clone for char4
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for char4

impl Sync for char4