Struct cuda_sys::vector_types::ulonglong2 [] [src]

#[repr(C)]
pub struct ulonglong2 { pub x: c_ulonglong, pub y: c_ulonglong, }

Fields

Trait Implementations

impl Debug for ulonglong2
[src]

[src]

Formats the value using the given formatter.

impl Copy for ulonglong2
[src]

impl Clone for ulonglong2
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more