Struct cuda_sys::vector_types::uchar4[][src]

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

Fields

Trait Implementations

impl Debug for uchar4
[src]

Formats the value using the given formatter. Read more

impl Copy for uchar4
[src]

impl Clone for uchar4
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for uchar4

impl Sync for uchar4