Struct cuda_sys::vector_types::uchar1[][src]

#[repr(C)]
pub struct uchar1 { pub x: c_uchar, }

Fields

Trait Implementations

impl Debug for uchar1
[src]

Formats the value using the given formatter. Read more

impl Copy for uchar1
[src]

impl Clone for uchar1
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for uchar1

impl Sync for uchar1