#[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 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 _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 for _CUVIDDECODECREATEINFO
impl PartialEq for _CUVIDDECODECREATEINFO
Source§impl PartialOrd for _CUVIDDECODECREATEINFO
impl PartialOrd for _CUVIDDECODECREATEINFO
impl Copy for _CUVIDDECODECREATEINFO
impl Eq for _CUVIDDECODECREATEINFO
impl StructuralPartialEq for _CUVIDDECODECREATEINFO
Auto Trait Implementations§
impl Freeze for _CUVIDDECODECREATEINFO
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