Struct windows::Win32::Media::DirectShow::VMR9VideoStreamInfo
#[repr(C)]pub struct VMR9VideoStreamInfo {
pub pddsVideoSurface: ManuallyDrop<Option<IDirect3DSurface9>>,
pub dwWidth: u32,
pub dwHeight: u32,
pub dwStrmID: u32,
pub fAlpha: f32,
pub rNormal: VMR9NormalizedRect,
pub rtStart: i64,
pub rtEnd: i64,
pub SampleFormat: VMR9_SampleFormat,
}
Fields§
§pddsVideoSurface: ManuallyDrop<Option<IDirect3DSurface9>>
§dwWidth: u32
§dwHeight: u32
§dwStrmID: u32
§fAlpha: f32
§rNormal: VMR9NormalizedRect
§rtStart: i64
§rtEnd: i64
§SampleFormat: VMR9_SampleFormat
Trait Implementations§
§impl Clone for VMR9VideoStreamInfo
impl Clone for VMR9VideoStreamInfo
§impl Debug for VMR9VideoStreamInfo
impl Debug for VMR9VideoStreamInfo
§impl Default for VMR9VideoStreamInfo
impl Default for VMR9VideoStreamInfo
§impl PartialEq for VMR9VideoStreamInfo
impl PartialEq for VMR9VideoStreamInfo
§fn eq(&self, other: &VMR9VideoStreamInfo) -> bool
fn eq(&self, other: &VMR9VideoStreamInfo) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for VMR9VideoStreamInfo
Auto Trait Implementations§
impl Freeze for VMR9VideoStreamInfo
impl RefUnwindSafe for VMR9VideoStreamInfo
impl !Send for VMR9VideoStreamInfo
impl !Sync for VMR9VideoStreamInfo
impl Unpin for VMR9VideoStreamInfo
impl UnwindSafe for VMR9VideoStreamInfo
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
)