[][src]Struct unity_native_plugin_sys::UnityShaderCompilerExtCustomSourceVariantParams

#[repr(C)]pub struct UnityShaderCompilerExtCustomSourceVariantParams {
    pub outputSnippet: *mut c_char,
    pub outputKeywords: *mut c_char,
    pub inputSnippet: *const c_char,
    pub vr: bool,
    pub platform: UnityShaderCompilerExtCompilerPlatform,
    pub shaderType: UnityShaderCompilerExtShaderType,
}

Fields

outputSnippet: *mut c_charoutputKeywords: *mut c_charinputSnippet: *const c_charvr: boolplatform: UnityShaderCompilerExtCompilerPlatformshaderType: UnityShaderCompilerExtShaderType

Trait Implementations

impl Clone for UnityShaderCompilerExtCustomSourceVariantParams[src]

impl Copy for UnityShaderCompilerExtCustomSourceVariantParams[src]

impl Default for UnityShaderCompilerExtCustomSourceVariantParams[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.