Struct AMVPDIMINFO
#[repr(C)]pub struct AMVPDIMINFO {
pub dwFieldWidth: u32,
pub dwFieldHeight: u32,
pub dwVBIWidth: u32,
pub dwVBIHeight: u32,
pub rcValidRegion: RECT,
}
Fields§
§dwFieldWidth: u32
§dwFieldHeight: u32
§dwVBIWidth: u32
§dwVBIHeight: u32
§rcValidRegion: RECT
Trait Implementations§
§impl Clone for AMVPDIMINFO
impl Clone for AMVPDIMINFO
§fn clone(&self) -> AMVPDIMINFO
fn clone(&self) -> AMVPDIMINFO
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 AMVPDIMINFO
impl Debug for AMVPDIMINFO
§impl PartialEq for AMVPDIMINFO
impl PartialEq for AMVPDIMINFO
impl Copy for AMVPDIMINFO
impl StructuralPartialEq for AMVPDIMINFO
Auto Trait Implementations§
impl Freeze for AMVPDIMINFO
impl RefUnwindSafe for AMVPDIMINFO
impl Send for AMVPDIMINFO
impl Sync for AMVPDIMINFO
impl Unpin for AMVPDIMINFO
impl UnwindSafe for AMVPDIMINFO
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