#[repr(u32)]pub enum RenderingExtEventType {
SetStereoTarget = 0,
SetStereoEye = 1,
StereoRenderingDone = 2,
BeforeDrawCall = 3,
AfterDrawCall = 4,
CustomGrab = 5,
CustomBlit = 6,
UpdateTextureBeginV1 = 7,
UpdateTextureEndV1 = 8,
UpdateTextureBeginV2 = 9,
UpdateTextureEndV2 = 10,
UserEventsStart = 11,
}
Variants§
SetStereoTarget = 0
SetStereoEye = 1
StereoRenderingDone = 2
BeforeDrawCall = 3
AfterDrawCall = 4
CustomGrab = 5
CustomBlit = 6
UpdateTextureBeginV1 = 7
UpdateTextureEndV1 = 8
UpdateTextureBeginV2 = 9
UpdateTextureEndV2 = 10
UserEventsStart = 11
Trait Implementations§
source§impl Clone for RenderingExtEventType
impl Clone for RenderingExtEventType
source§fn clone(&self) -> RenderingExtEventType
fn clone(&self) -> RenderingExtEventType
Returns a copy 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 Debug for RenderingExtEventType
impl Debug for RenderingExtEventType
source§impl PartialEq for RenderingExtEventType
impl PartialEq for RenderingExtEventType
source§fn eq(&self, other: &RenderingExtEventType) -> bool
fn eq(&self, other: &RenderingExtEventType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for RenderingExtEventType
impl Eq for RenderingExtEventType
impl StructuralPartialEq for RenderingExtEventType
Auto Trait Implementations§
impl Freeze for RenderingExtEventType
impl RefUnwindSafe for RenderingExtEventType
impl Send for RenderingExtEventType
impl Sync for RenderingExtEventType
impl Unpin for RenderingExtEventType
impl UnwindSafe for RenderingExtEventType
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)