#[repr(C)]pub struct _CUVIDDECODECREATEINFO {Show 21 fields
pub ulWidth: c_ulong,
pub ulHeight: c_ulong,
pub ulNumDecodeSurfaces: c_ulong,
pub CodecType: cudaVideoCodec,
pub ChromaFormat: cudaVideoChromaFormat,
pub ulCreationFlags: c_ulong,
pub bitDepthMinus8: c_ulong,
pub ulIntraDecodeOnly: c_ulong,
pub ulMaxWidth: c_ulong,
pub ulMaxHeight: c_ulong,
pub Reserved1: c_ulong,
pub display_area: _CUVIDDECODECREATEINFO__bindgen_ty_1,
pub OutputFormat: cudaVideoSurfaceFormat,
pub DeinterlaceMode: cudaVideoDeinterlaceMode,
pub ulTargetWidth: c_ulong,
pub ulTargetHeight: c_ulong,
pub ulNumOutputSurfaces: c_ulong,
pub vidLock: CUvideoctxlock,
pub target_rect: _CUVIDDECODECREATEINFO__bindgen_ty_2,
pub enableHistogram: c_ulong,
pub Reserved2: [c_ulong; 4],
}
Fields§
§ulWidth: c_ulong
§ulHeight: c_ulong
§ulNumDecodeSurfaces: c_ulong
§CodecType: cudaVideoCodec
§ChromaFormat: cudaVideoChromaFormat
§ulCreationFlags: c_ulong
§bitDepthMinus8: c_ulong
§ulIntraDecodeOnly: c_ulong
§ulMaxWidth: c_ulong
§ulMaxHeight: c_ulong
§Reserved1: c_ulong
§display_area: _CUVIDDECODECREATEINFO__bindgen_ty_1
§OutputFormat: cudaVideoSurfaceFormat
§DeinterlaceMode: cudaVideoDeinterlaceMode
§ulTargetWidth: c_ulong
§ulTargetHeight: c_ulong
§ulNumOutputSurfaces: c_ulong
§vidLock: CUvideoctxlock
§target_rect: _CUVIDDECODECREATEINFO__bindgen_ty_2
§enableHistogram: c_ulong
§Reserved2: [c_ulong; 4]
Trait Implementations§
source§impl Clone for _CUVIDDECODECREATEINFO
impl Clone for _CUVIDDECODECREATEINFO
source§fn clone(&self) -> _CUVIDDECODECREATEINFO
fn clone(&self) -> _CUVIDDECODECREATEINFO
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 Debug for _CUVIDDECODECREATEINFO
impl Debug for _CUVIDDECODECREATEINFO
source§impl Default for _CUVIDDECODECREATEINFO
impl Default for _CUVIDDECODECREATEINFO
source§impl Hash for _CUVIDDECODECREATEINFO
impl Hash for _CUVIDDECODECREATEINFO
source§impl Ord for _CUVIDDECODECREATEINFO
impl Ord for _CUVIDDECODECREATEINFO
source§fn cmp(&self, other: &_CUVIDDECODECREATEINFO) -> Ordering
fn cmp(&self, other: &_CUVIDDECODECREATEINFO) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<_CUVIDDECODECREATEINFO> for _CUVIDDECODECREATEINFO
impl PartialEq<_CUVIDDECODECREATEINFO> for _CUVIDDECODECREATEINFO
source§fn eq(&self, other: &_CUVIDDECODECREATEINFO) -> bool
fn eq(&self, other: &_CUVIDDECODECREATEINFO) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<_CUVIDDECODECREATEINFO> for _CUVIDDECODECREATEINFO
impl PartialOrd<_CUVIDDECODECREATEINFO> for _CUVIDDECODECREATEINFO
source§fn partial_cmp(&self, other: &_CUVIDDECODECREATEINFO) -> Option<Ordering>
fn partial_cmp(&self, other: &_CUVIDDECODECREATEINFO) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for _CUVIDDECODECREATEINFO
impl Eq for _CUVIDDECODECREATEINFO
impl StructuralEq for _CUVIDDECODECREATEINFO
impl StructuralPartialEq for _CUVIDDECODECREATEINFO
Auto Trait Implementations§
impl RefUnwindSafe for _CUVIDDECODECREATEINFO
impl !Send for _CUVIDDECODECREATEINFO
impl !Sync for _CUVIDDECODECREATEINFO
impl Unpin for _CUVIDDECODECREATEINFO
impl UnwindSafe for _CUVIDDECODECREATEINFO
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