Struct cuda_sys::vector_types::long2[][src]

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

Fields

Trait Implementations

impl Debug for long2
[src]

Formats the value using the given formatter. Read more

impl Copy for long2
[src]

impl Clone for long2
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for long2

impl Sync for long2