#[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 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 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 UnsafeUnpin 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