#[repr(C)]pub struct _CUVIDRECONFIGUREDECODERINFO {
pub ulWidth: c_uint,
pub ulHeight: c_uint,
pub ulTargetWidth: c_uint,
pub ulTargetHeight: c_uint,
pub ulNumDecodeSurfaces: c_uint,
pub reserved1: [c_uint; 12],
pub display_area: _CUVIDRECONFIGUREDECODERINFO__bindgen_ty_1,
pub target_rect: _CUVIDRECONFIGUREDECODERINFO__bindgen_ty_2,
pub reserved2: [c_uint; 11],
}
Fields§
§ulWidth: c_uint
§ulHeight: c_uint
§ulTargetWidth: c_uint
§ulTargetHeight: c_uint
§ulNumDecodeSurfaces: c_uint
§reserved1: [c_uint; 12]
§display_area: _CUVIDRECONFIGUREDECODERINFO__bindgen_ty_1
§target_rect: _CUVIDRECONFIGUREDECODERINFO__bindgen_ty_2
§reserved2: [c_uint; 11]
Trait Implementations§
source§impl Clone for _CUVIDRECONFIGUREDECODERINFO
impl Clone for _CUVIDRECONFIGUREDECODERINFO
source§fn clone(&self) -> _CUVIDRECONFIGUREDECODERINFO
fn clone(&self) -> _CUVIDRECONFIGUREDECODERINFO
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 _CUVIDRECONFIGUREDECODERINFO
impl Debug for _CUVIDRECONFIGUREDECODERINFO
source§impl Default for _CUVIDRECONFIGUREDECODERINFO
impl Default for _CUVIDRECONFIGUREDECODERINFO
source§fn default() -> _CUVIDRECONFIGUREDECODERINFO
fn default() -> _CUVIDRECONFIGUREDECODERINFO
Returns the “default value” for a type. Read more
source§impl Hash for _CUVIDRECONFIGUREDECODERINFO
impl Hash for _CUVIDRECONFIGUREDECODERINFO
source§impl Ord for _CUVIDRECONFIGUREDECODERINFO
impl Ord for _CUVIDRECONFIGUREDECODERINFO
source§fn cmp(&self, other: &_CUVIDRECONFIGUREDECODERINFO) -> Ordering
fn cmp(&self, other: &_CUVIDRECONFIGUREDECODERINFO) -> 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<_CUVIDRECONFIGUREDECODERINFO> for _CUVIDRECONFIGUREDECODERINFO
impl PartialEq<_CUVIDRECONFIGUREDECODERINFO> for _CUVIDRECONFIGUREDECODERINFO
source§fn eq(&self, other: &_CUVIDRECONFIGUREDECODERINFO) -> bool
fn eq(&self, other: &_CUVIDRECONFIGUREDECODERINFO) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<_CUVIDRECONFIGUREDECODERINFO> for _CUVIDRECONFIGUREDECODERINFO
impl PartialOrd<_CUVIDRECONFIGUREDECODERINFO> for _CUVIDRECONFIGUREDECODERINFO
source§fn partial_cmp(&self, other: &_CUVIDRECONFIGUREDECODERINFO) -> Option<Ordering>
fn partial_cmp(&self, other: &_CUVIDRECONFIGUREDECODERINFO) -> 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 _CUVIDRECONFIGUREDECODERINFO
impl Eq for _CUVIDRECONFIGUREDECODERINFO
impl StructuralEq for _CUVIDRECONFIGUREDECODERINFO
impl StructuralPartialEq for _CUVIDRECONFIGUREDECODERINFO
Auto Trait Implementations§
impl RefUnwindSafe for _CUVIDRECONFIGUREDECODERINFO
impl Send for _CUVIDRECONFIGUREDECODERINFO
impl Sync for _CUVIDRECONFIGUREDECODERINFO
impl Unpin for _CUVIDRECONFIGUREDECODERINFO
impl UnwindSafe for _CUVIDRECONFIGUREDECODERINFO
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