#[repr(transparent)]pub struct UnityShaderCompilerExtCompilerPlatform(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Trait Implementations§
Source§impl Clone for UnityShaderCompilerExtCompilerPlatform
impl Clone for UnityShaderCompilerExtCompilerPlatform
Source§fn clone(&self) -> UnityShaderCompilerExtCompilerPlatform
fn clone(&self) -> UnityShaderCompilerExtCompilerPlatform
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PartialEq for UnityShaderCompilerExtCompilerPlatform
impl PartialEq for UnityShaderCompilerExtCompilerPlatform
Source§fn eq(&self, other: &UnityShaderCompilerExtCompilerPlatform) -> bool
fn eq(&self, other: &UnityShaderCompilerExtCompilerPlatform) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for UnityShaderCompilerExtCompilerPlatform
impl Eq for UnityShaderCompilerExtCompilerPlatform
impl StructuralPartialEq for UnityShaderCompilerExtCompilerPlatform
Auto Trait Implementations§
impl Freeze for UnityShaderCompilerExtCompilerPlatform
impl RefUnwindSafe for UnityShaderCompilerExtCompilerPlatform
impl Send for UnityShaderCompilerExtCompilerPlatform
impl Sync for UnityShaderCompilerExtCompilerPlatform
impl Unpin for UnityShaderCompilerExtCompilerPlatform
impl UnwindSafe for UnityShaderCompilerExtCompilerPlatform
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