Struct cuda_sys::vector_types::long4[][src]

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

Fields

Trait Implementations

impl Debug for long4
[src]

Formats the value using the given formatter. Read more

impl Copy for long4
[src]

impl Clone for long4
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for long4

impl Sync for long4