Struct windows_sys::Win32::Media::DirectShow::VMRPRESENTATIONINFO
[−]#[repr(C)]pub struct VMRPRESENTATIONINFO {
pub dwFlags: u32,
pub lpSurf: IDirectDrawSurface7,
pub rtStart: i64,
pub rtEnd: i64,
pub szAspectRatio: SIZE,
pub rcSrc: RECT,
pub rcDst: RECT,
pub dwTypeSpecificFlags: u32,
pub dwInterlaceFlags: u32,
}
Expand description
Required features: "Win32_Media_DirectShow"
, "Win32_Foundation"
, "Win32_Graphics_DirectDraw"
Fields
dwFlags: u32
lpSurf: IDirectDrawSurface7
rtStart: i64
rtEnd: i64
szAspectRatio: SIZE
rcSrc: RECT
rcDst: RECT
dwTypeSpecificFlags: u32
dwInterlaceFlags: u32
Trait Implementations
impl Clone for VMRPRESENTATIONINFO
impl Clone for VMRPRESENTATIONINFO
impl Copy for VMRPRESENTATIONINFO
Auto Trait Implementations
impl RefUnwindSafe for VMRPRESENTATIONINFO
impl !Send for VMRPRESENTATIONINFO
impl !Sync for VMRPRESENTATIONINFO
impl Unpin for VMRPRESENTATIONINFO
impl UnwindSafe for VMRPRESENTATIONINFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more