#[repr(C)]pub enum EVdjVideoEngine {
VdjVideoEngineAny = 0,
VdjVideoEngineDirectX9 = 1,
VdjVideoEngineOpenGL = 2,
VdjVideoEngineDirectX11 = 3,
VdjVideoEngineOpenGLES2 = 4,
VdjVideoEngineMetal = 5,
VdjVideoEngineAnyPtr = 6,
}Variants§
VdjVideoEngineAny = 0
VdjVideoEngineDirectX9 = 1
VdjVideoEngineOpenGL = 2
VdjVideoEngineDirectX11 = 3
VdjVideoEngineOpenGLES2 = 4
VdjVideoEngineMetal = 5
VdjVideoEngineAnyPtr = 6
Trait Implementations§
Source§impl Clone for EVdjVideoEngine
impl Clone for EVdjVideoEngine
Source§fn clone(&self) -> EVdjVideoEngine
fn clone(&self) -> EVdjVideoEngine
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 Debug for EVdjVideoEngine
impl Debug for EVdjVideoEngine
impl Copy for EVdjVideoEngine
Auto Trait Implementations§
impl Freeze for EVdjVideoEngine
impl RefUnwindSafe for EVdjVideoEngine
impl Send for EVdjVideoEngine
impl Sync for EVdjVideoEngine
impl Unpin for EVdjVideoEngine
impl UnsafeUnpin for EVdjVideoEngine
impl UnwindSafe for EVdjVideoEngine
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