#[repr(C)]pub struct CUVIDDECODECREATEINFO_target_rect {
pub left: c_short,
pub top: c_short,
pub right: c_short,
pub bottom: c_short,
}Expand description
Target output rectangle (scaling).
Fields§
§left: c_short§top: c_short§right: c_short§bottom: c_shortTrait Implementations§
Source§impl Clone for CUVIDDECODECREATEINFO_target_rect
impl Clone for CUVIDDECODECREATEINFO_target_rect
Source§fn clone(&self) -> CUVIDDECODECREATEINFO_target_rect
fn clone(&self) -> CUVIDDECODECREATEINFO_target_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 Default for CUVIDDECODECREATEINFO_target_rect
impl Default for CUVIDDECODECREATEINFO_target_rect
Source§fn default() -> CUVIDDECODECREATEINFO_target_rect
fn default() -> CUVIDDECODECREATEINFO_target_rect
Returns the “default value” for a type. Read more
impl Copy for CUVIDDECODECREATEINFO_target_rect
Auto Trait Implementations§
impl Freeze for CUVIDDECODECREATEINFO_target_rect
impl RefUnwindSafe for CUVIDDECODECREATEINFO_target_rect
impl Send for CUVIDDECODECREATEINFO_target_rect
impl Sync for CUVIDDECODECREATEINFO_target_rect
impl Unpin for CUVIDDECODECREATEINFO_target_rect
impl UnsafeUnpin for CUVIDDECODECREATEINFO_target_rect
impl UnwindSafe for CUVIDDECODECREATEINFO_target_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