Struct windows::Win32::Media::DirectShow::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
§fn eq(&self, other: &AMVPDIMINFO) -> bool
fn eq(&self, other: &AMVPDIMINFO) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for AMVPDIMINFO
impl Eq 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)