Struct cuda_sys::vector_types::ushort3[][src]

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

Fields

Trait Implementations

impl Debug for ushort3
[src]

Formats the value using the given formatter. Read more

impl Copy for ushort3
[src]

impl Clone for ushort3
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ushort3

impl Sync for ushort3