Enum opencv::cudacodec::SurfaceFormat
source · #[repr(C)]
pub enum SurfaceFormat {
SF_UYVY,
SF_YUY2,
SF_YV12,
SF_NV12,
SF_IYUV,
SF_BGR,
}Expand description
/////////////////////////////// Video Encoding //////////////////////////////////
Variants
SF_UYVY
SF_YUY2
SF_YV12
SF_NV12
SF_IYUV
SF_BGR
Trait Implementations
sourceimpl Clone for SurfaceFormat
impl Clone for SurfaceFormat
sourcefn clone(&self) -> SurfaceFormat
fn clone(&self) -> SurfaceFormat
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for SurfaceFormat
impl Debug for SurfaceFormat
sourceimpl PartialEq<SurfaceFormat> for SurfaceFormat
impl PartialEq<SurfaceFormat> for SurfaceFormat
sourcefn eq(&self, other: &SurfaceFormat) -> bool
fn eq(&self, other: &SurfaceFormat) -> bool
impl Copy for SurfaceFormat
impl Eq for SurfaceFormat
impl StructuralEq for SurfaceFormat
impl StructuralPartialEq for SurfaceFormat
Auto Trait Implementations
impl RefUnwindSafe for SurfaceFormat
impl Send for SurfaceFormat
impl Sync for SurfaceFormat
impl Unpin for SurfaceFormat
impl UnwindSafe for SurfaceFormat
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more