Struct cuda_sys::vector_types::long1[][src]

#[repr(C)]
pub struct long1 { pub x: c_long, }

Fields

Trait Implementations

impl Debug for long1
[src]

Formats the value using the given formatter. Read more

impl Copy for long1
[src]

impl Clone for long1
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for long1

impl Sync for long1