[][src]Struct open_cl_sys::cl_ulong16__bindgen_ty_2

#[repr(C)]
pub struct cl_ulong16__bindgen_ty_2 {
    pub s0: cl_ulong,
    pub s1: cl_ulong,
    pub s2: cl_ulong,
    pub s3: cl_ulong,
    pub s4: cl_ulong,
    pub s5: cl_ulong,
    pub s6: cl_ulong,
    pub s7: cl_ulong,
    pub s8: cl_ulong,
    pub s9: cl_ulong,
    pub sA: cl_ulong,
    pub sB: cl_ulong,
    pub sC: cl_ulong,
    pub sD: cl_ulong,
    pub sE: cl_ulong,
    pub sF: cl_ulong,
}

Fields

s0: cl_ulongs1: cl_ulongs2: cl_ulongs3: cl_ulongs4: cl_ulongs5: cl_ulongs6: cl_ulongs7: cl_ulongs8: cl_ulongs9: cl_ulongsA: cl_ulongsB: cl_ulongsC: cl_ulongsD: cl_ulongsE: cl_ulongsF: cl_ulong

Trait Implementations

impl Clone for cl_ulong16__bindgen_ty_2[src]

impl Copy for cl_ulong16__bindgen_ty_2[src]

impl Debug for cl_ulong16__bindgen_ty_2[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.