Struct cuda_sys::vector_types::int4[][src]

#[repr(C)]
pub struct int4 { pub x: c_int, pub y: c_int, pub z: c_int, pub w: c_int, }

Fields

Trait Implementations

impl Debug for int4
[src]

Formats the value using the given formatter. Read more

impl Copy for int4
[src]

impl Clone for int4
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for int4

impl Sync for int4