#[repr(u32)]pub enum RenderingExtCustomBlitCommands {
CustomBlitVRFlush = 0,
UserCustomBlitStart = 1,
}
Variants§
Trait Implementations§
Source§impl Clone for RenderingExtCustomBlitCommands
impl Clone for RenderingExtCustomBlitCommands
Source§fn clone(&self) -> RenderingExtCustomBlitCommands
fn clone(&self) -> RenderingExtCustomBlitCommands
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 PartialEq for RenderingExtCustomBlitCommands
impl PartialEq for RenderingExtCustomBlitCommands
Source§fn eq(&self, other: &RenderingExtCustomBlitCommands) -> bool
fn eq(&self, other: &RenderingExtCustomBlitCommands) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for RenderingExtCustomBlitCommands
impl Eq for RenderingExtCustomBlitCommands
impl StructuralPartialEq for RenderingExtCustomBlitCommands
Auto Trait Implementations§
impl Freeze for RenderingExtCustomBlitCommands
impl RefUnwindSafe for RenderingExtCustomBlitCommands
impl Send for RenderingExtCustomBlitCommands
impl Sync for RenderingExtCustomBlitCommands
impl Unpin for RenderingExtCustomBlitCommands
impl UnwindSafe for RenderingExtCustomBlitCommands
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