Struct cuda_sys::vector_types::uint1[][src]

#[repr(C)]
pub struct uint1 { pub x: c_uint, }

Fields

Trait Implementations

impl Debug for uint1
[src]

Formats the value using the given formatter. Read more

impl Copy for uint1
[src]

impl Clone for uint1
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for uint1

impl Sync for uint1