#[repr(transparent)]pub struct UnityShaderCompilerExtGPUProgramType(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Trait Implementations§
Source§impl Clone for UnityShaderCompilerExtGPUProgramType
impl Clone for UnityShaderCompilerExtGPUProgramType
Source§fn clone(&self) -> UnityShaderCompilerExtGPUProgramType
fn clone(&self) -> UnityShaderCompilerExtGPUProgramType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for UnityShaderCompilerExtGPUProgramType
impl Eq for UnityShaderCompilerExtGPUProgramType
impl StructuralPartialEq for UnityShaderCompilerExtGPUProgramType
Auto Trait Implementations§
impl Freeze for UnityShaderCompilerExtGPUProgramType
impl RefUnwindSafe for UnityShaderCompilerExtGPUProgramType
impl Send for UnityShaderCompilerExtGPUProgramType
impl Sync for UnityShaderCompilerExtGPUProgramType
impl Unpin for UnityShaderCompilerExtGPUProgramType
impl UnsafeUnpin for UnityShaderCompilerExtGPUProgramType
impl UnwindSafe for UnityShaderCompilerExtGPUProgramType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more