[][src]Struct fna3d_sys::mojo::MOJOSHADER_effectShader

#[repr(C)]pub struct MOJOSHADER_effectShader {
    pub type_: MOJOSHADER_symbolType,
    pub technique: c_uint,
    pub pass: c_uint,
    pub is_preshader: c_uint,
    pub preshader_param_count: c_uint,
    pub preshader_params: *mut c_uint,
    pub param_count: c_uint,
    pub params: *mut c_uint,
    pub sampler_count: c_uint,
    pub samplers: *mut MOJOSHADER_samplerStateRegister,
    pub __bindgen_anon_1: MOJOSHADER_effectShader__bindgen_ty_1,
}

Fields

type_: MOJOSHADER_symbolTypetechnique: c_uintpass: c_uintis_preshader: c_uintpreshader_param_count: c_uintpreshader_params: *mut c_uintparam_count: c_uintparams: *mut c_uintsampler_count: c_uintsamplers: *mut MOJOSHADER_samplerStateRegister__bindgen_anon_1: MOJOSHADER_effectShader__bindgen_ty_1

Trait Implementations

impl Clone for MOJOSHADER_effectShader[src]

impl Copy for MOJOSHADER_effectShader[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.