#[repr(C)]pub enum cudaVideoSurfaceFormat {
NV12 = 0,
P016 = 1,
YUV444 = 2,
YUV444_16Bit = 3,
}Variants§
Trait Implementations§
Source§impl Clone for cudaVideoSurfaceFormat
impl Clone for cudaVideoSurfaceFormat
Source§fn clone(&self) -> cudaVideoSurfaceFormat
fn clone(&self) -> cudaVideoSurfaceFormat
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 cudaVideoSurfaceFormat
impl Debug for cudaVideoSurfaceFormat
Source§impl PartialEq for cudaVideoSurfaceFormat
impl PartialEq for cudaVideoSurfaceFormat
impl Copy for cudaVideoSurfaceFormat
impl Eq for cudaVideoSurfaceFormat
impl StructuralPartialEq for cudaVideoSurfaceFormat
Auto Trait Implementations§
impl Freeze for cudaVideoSurfaceFormat
impl RefUnwindSafe for cudaVideoSurfaceFormat
impl Send for cudaVideoSurfaceFormat
impl Sync for cudaVideoSurfaceFormat
impl Unpin for cudaVideoSurfaceFormat
impl UnsafeUnpin for cudaVideoSurfaceFormat
impl UnwindSafe for cudaVideoSurfaceFormat
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