Struct cuda_sys::vector_types::longlong4[][src]

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

Fields

Trait Implementations

impl Debug for longlong4
[src]

Formats the value using the given formatter. Read more

impl Copy for longlong4
[src]

impl Clone for longlong4
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for longlong4

impl Sync for longlong4