Struct windows_sys::Win32::Media::DirectShow::AM_DVD_RENDERSTATUS
[−]#[repr(C)]pub struct AM_DVD_RENDERSTATUS {
pub hrVPEStatus: HRESULT,
pub bDvdVolInvalid: BOOL,
pub bDvdVolUnknown: BOOL,
pub bNoLine21In: BOOL,
pub bNoLine21Out: BOOL,
pub iNumStreams: i32,
pub iNumStreamsFailed: i32,
pub dwFailedStreamsFlag: u32,
}
Expand description
Required features: "Win32_Media_DirectShow"
, "Win32_Foundation"
Fields
hrVPEStatus: HRESULT
bDvdVolInvalid: BOOL
bDvdVolUnknown: BOOL
bNoLine21In: BOOL
bNoLine21Out: BOOL
iNumStreams: i32
iNumStreamsFailed: i32
dwFailedStreamsFlag: u32
Trait Implementations
impl Clone for AM_DVD_RENDERSTATUS
impl Clone for AM_DVD_RENDERSTATUS
impl Copy for AM_DVD_RENDERSTATUS
Auto Trait Implementations
impl RefUnwindSafe for AM_DVD_RENDERSTATUS
impl Send for AM_DVD_RENDERSTATUS
impl Sync for AM_DVD_RENDERSTATUS
impl Unpin for AM_DVD_RENDERSTATUS
impl UnwindSafe for AM_DVD_RENDERSTATUS
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