Struct cuda_sys::vector_types::char3[][src]

#[repr(C)]
pub struct char3 { pub x: c_schar, pub y: c_schar, pub z: c_schar, }

Fields

Trait Implementations

impl Debug for char3
[src]

Formats the value using the given formatter. Read more

impl Copy for char3
[src]

impl Clone for char3
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for char3

impl Sync for char3