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