#[repr(transparent)]pub struct UnityGfxDeviceEventType(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Trait Implementations§
Source§impl Clone for UnityGfxDeviceEventType
impl Clone for UnityGfxDeviceEventType
Source§fn clone(&self) -> UnityGfxDeviceEventType
fn clone(&self) -> UnityGfxDeviceEventType
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 UnityGfxDeviceEventType
Source§impl Debug for UnityGfxDeviceEventType
impl Debug for UnityGfxDeviceEventType
impl Eq for UnityGfxDeviceEventType
Source§impl Hash for UnityGfxDeviceEventType
impl Hash for UnityGfxDeviceEventType
Source§impl PartialEq for UnityGfxDeviceEventType
impl PartialEq for UnityGfxDeviceEventType
impl StructuralPartialEq for UnityGfxDeviceEventType
Auto Trait Implementations§
impl Freeze for UnityGfxDeviceEventType
impl RefUnwindSafe for UnityGfxDeviceEventType
impl Send for UnityGfxDeviceEventType
impl Sync for UnityGfxDeviceEventType
impl Unpin for UnityGfxDeviceEventType
impl UnsafeUnpin for UnityGfxDeviceEventType
impl UnwindSafe for UnityGfxDeviceEventType
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