Struct cuda_sys::vector_types::short3[][src]

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

Fields

Trait Implementations

impl Debug for short3
[src]

Formats the value using the given formatter. Read more

impl Copy for short3
[src]

impl Clone for short3
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for short3

impl Sync for short3