Struct DXVA_DeinterlaceQueryModeCaps
#[repr(C)]pub struct DXVA_DeinterlaceQueryModeCaps {
pub Size: u32,
pub Guid: GUID,
pub VideoDesc: DXVA_VideoDesc,
}
Fields§
§Size: u32
§Guid: GUID
§VideoDesc: DXVA_VideoDesc
Trait Implementations§
§impl Clone for DXVA_DeinterlaceQueryModeCaps
impl Clone for DXVA_DeinterlaceQueryModeCaps
§fn clone(&self) -> DXVA_DeinterlaceQueryModeCaps
fn clone(&self) -> DXVA_DeinterlaceQueryModeCaps
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 more§impl Debug for DXVA_DeinterlaceQueryModeCaps
impl Debug for DXVA_DeinterlaceQueryModeCaps
§impl Default for DXVA_DeinterlaceQueryModeCaps
impl Default for DXVA_DeinterlaceQueryModeCaps
§impl PartialEq for DXVA_DeinterlaceQueryModeCaps
impl PartialEq for DXVA_DeinterlaceQueryModeCaps
impl Copy for DXVA_DeinterlaceQueryModeCaps
impl StructuralPartialEq for DXVA_DeinterlaceQueryModeCaps
Auto Trait Implementations§
impl Freeze for DXVA_DeinterlaceQueryModeCaps
impl RefUnwindSafe for DXVA_DeinterlaceQueryModeCaps
impl Send for DXVA_DeinterlaceQueryModeCaps
impl Sync for DXVA_DeinterlaceQueryModeCaps
impl Unpin for DXVA_DeinterlaceQueryModeCaps
impl UnwindSafe for DXVA_DeinterlaceQueryModeCaps
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