#[repr(C)]pub struct _CUVIDJPEGPICPARAMS {
pub Reserved: c_int,
}
Fields§
§Reserved: c_int
Trait Implementations§
Source§impl Clone for _CUVIDJPEGPICPARAMS
impl Clone for _CUVIDJPEGPICPARAMS
Source§fn clone(&self) -> _CUVIDJPEGPICPARAMS
fn clone(&self) -> _CUVIDJPEGPICPARAMS
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 _CUVIDJPEGPICPARAMS
impl Debug for _CUVIDJPEGPICPARAMS
Source§impl Default for _CUVIDJPEGPICPARAMS
impl Default for _CUVIDJPEGPICPARAMS
Source§fn default() -> _CUVIDJPEGPICPARAMS
fn default() -> _CUVIDJPEGPICPARAMS
Returns the “default value” for a type. Read more
Source§impl Hash for _CUVIDJPEGPICPARAMS
impl Hash for _CUVIDJPEGPICPARAMS
Source§impl Ord for _CUVIDJPEGPICPARAMS
impl Ord for _CUVIDJPEGPICPARAMS
Source§fn cmp(&self, other: &_CUVIDJPEGPICPARAMS) -> Ordering
fn cmp(&self, other: &_CUVIDJPEGPICPARAMS) -> 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 _CUVIDJPEGPICPARAMS
impl PartialEq for _CUVIDJPEGPICPARAMS
Source§impl PartialOrd for _CUVIDJPEGPICPARAMS
impl PartialOrd for _CUVIDJPEGPICPARAMS
impl Copy for _CUVIDJPEGPICPARAMS
impl Eq for _CUVIDJPEGPICPARAMS
impl StructuralPartialEq for _CUVIDJPEGPICPARAMS
Auto Trait Implementations§
impl Freeze for _CUVIDJPEGPICPARAMS
impl RefUnwindSafe for _CUVIDJPEGPICPARAMS
impl Send for _CUVIDJPEGPICPARAMS
impl Sync for _CUVIDJPEGPICPARAMS
impl Unpin for _CUVIDJPEGPICPARAMS
impl UnwindSafe for _CUVIDJPEGPICPARAMS
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