Struct unity_native_plugin_sys::UnityRenderingExtCustomBlitParams [−][src]
#[repr(C)]pub struct UnityRenderingExtCustomBlitParams {
pub source: UnityTextureID,
pub destination: UnityRenderBuffer,
pub command: c_uint,
pub commandParam: c_uint,
pub commandFlags: c_uint,
}Fields
source: UnityTextureIDdestination: UnityRenderBuffercommand: c_uintcommandParam: c_uintcommandFlags: c_uintTrait Implementations
Auto Trait Implementations
impl !Send for UnityRenderingExtCustomBlitParams
impl !Sync for UnityRenderingExtCustomBlitParams
impl Unpin for UnityRenderingExtCustomBlitParams
Blanket Implementations
Mutably borrows from an owned value. Read more