Struct windows::Win32::Media::DirectShow::VMR9PresentationInfo
#[repr(C)]pub struct VMR9PresentationInfo {
pub dwFlags: u32,
pub lpSurf: ManuallyDrop<Option<IDirect3DSurface9>>,
pub rtStart: i64,
pub rtEnd: i64,
pub szAspectRatio: SIZE,
pub rcSrc: RECT,
pub rcDst: RECT,
pub dwReserved1: u32,
pub dwReserved2: u32,
}
Fields§
§dwFlags: u32
§lpSurf: ManuallyDrop<Option<IDirect3DSurface9>>
§rtStart: i64
§rtEnd: i64
§szAspectRatio: SIZE
§rcSrc: RECT
§rcDst: RECT
§dwReserved1: u32
§dwReserved2: u32
Trait Implementations§
§impl Clone for VMR9PresentationInfo
impl Clone for VMR9PresentationInfo
§impl Debug for VMR9PresentationInfo
impl Debug for VMR9PresentationInfo
§impl Default for VMR9PresentationInfo
impl Default for VMR9PresentationInfo
§impl PartialEq for VMR9PresentationInfo
impl PartialEq for VMR9PresentationInfo
§fn eq(&self, other: &VMR9PresentationInfo) -> bool
fn eq(&self, other: &VMR9PresentationInfo) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for VMR9PresentationInfo
impl StructuralPartialEq for VMR9PresentationInfo
Auto Trait Implementations§
impl Freeze for VMR9PresentationInfo
impl RefUnwindSafe for VMR9PresentationInfo
impl !Send for VMR9PresentationInfo
impl !Sync for VMR9PresentationInfo
impl Unpin for VMR9PresentationInfo
impl UnwindSafe for VMR9PresentationInfo
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
)