Struct cuda_sys::vector_types::uint4 [] [src]

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

Fields

Trait Implementations

impl Debug for uint4
[src]

[src]

Formats the value using the given formatter.

impl Copy for uint4
[src]

impl Clone for uint4
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more