[][src]Struct open_cl_sys::cl_half16__bindgen_ty_2

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

Fields

s0: cl_halfs1: cl_halfs2: cl_halfs3: cl_halfs4: cl_halfs5: cl_halfs6: cl_halfs7: cl_halfs8: cl_halfs9: cl_halfsA: cl_halfsB: cl_halfsC: cl_halfsD: cl_halfsE: cl_halfsF: cl_half

Trait Implementations

impl Clone for cl_half16__bindgen_ty_2[src]

impl Copy for cl_half16__bindgen_ty_2[src]

impl Debug for cl_half16__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.