#[repr(C)]pub struct _NV_ENC_CONFIG_HEVC_MEONLY {
pub reserved: [u32; 256],
pub reserved1: [*mut c_void; 64],
}
Fields§
§reserved: [u32; 256]
§reserved1: [*mut c_void; 64]
Trait Implementations§
Source§impl Clone for _NV_ENC_CONFIG_HEVC_MEONLY
impl Clone for _NV_ENC_CONFIG_HEVC_MEONLY
Source§fn clone(&self) -> _NV_ENC_CONFIG_HEVC_MEONLY
fn clone(&self) -> _NV_ENC_CONFIG_HEVC_MEONLY
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 _NV_ENC_CONFIG_HEVC_MEONLY
impl Debug for _NV_ENC_CONFIG_HEVC_MEONLY
Source§impl Default for _NV_ENC_CONFIG_HEVC_MEONLY
impl Default for _NV_ENC_CONFIG_HEVC_MEONLY
Source§impl Hash for _NV_ENC_CONFIG_HEVC_MEONLY
impl Hash for _NV_ENC_CONFIG_HEVC_MEONLY
Source§impl Ord for _NV_ENC_CONFIG_HEVC_MEONLY
impl Ord for _NV_ENC_CONFIG_HEVC_MEONLY
Source§fn cmp(&self, other: &_NV_ENC_CONFIG_HEVC_MEONLY) -> Ordering
fn cmp(&self, other: &_NV_ENC_CONFIG_HEVC_MEONLY) -> 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 PartialOrd for _NV_ENC_CONFIG_HEVC_MEONLY
impl PartialOrd for _NV_ENC_CONFIG_HEVC_MEONLY
impl Copy for _NV_ENC_CONFIG_HEVC_MEONLY
impl Eq for _NV_ENC_CONFIG_HEVC_MEONLY
impl StructuralPartialEq for _NV_ENC_CONFIG_HEVC_MEONLY
Auto Trait Implementations§
impl Freeze for _NV_ENC_CONFIG_HEVC_MEONLY
impl RefUnwindSafe for _NV_ENC_CONFIG_HEVC_MEONLY
impl !Send for _NV_ENC_CONFIG_HEVC_MEONLY
impl !Sync for _NV_ENC_CONFIG_HEVC_MEONLY
impl Unpin for _NV_ENC_CONFIG_HEVC_MEONLY
impl UnwindSafe for _NV_ENC_CONFIG_HEVC_MEONLY
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