Struct DVR_STREAM_DESC
#[repr(C)]pub struct DVR_STREAM_DESC {
pub Version: u32,
pub StreamId: u32,
pub Default: BOOL,
pub Creation: BOOL,
pub Reserved: u32,
pub guidSubMediaType: GUID,
pub guidFormatType: GUID,
pub MediaType: AM_MEDIA_TYPE,
}
Fields§
§Version: u32
§StreamId: u32
§Default: BOOL
§Creation: BOOL
§Reserved: u32
§guidSubMediaType: GUID
§guidFormatType: GUID
§MediaType: AM_MEDIA_TYPE
Trait Implementations§
§impl Clone for DVR_STREAM_DESC
impl Clone for DVR_STREAM_DESC
§fn clone(&self) -> DVR_STREAM_DESC
fn clone(&self) -> DVR_STREAM_DESC
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 DVR_STREAM_DESC
impl Debug for DVR_STREAM_DESC
§impl Default for DVR_STREAM_DESC
impl Default for DVR_STREAM_DESC
§impl PartialEq for DVR_STREAM_DESC
impl PartialEq for DVR_STREAM_DESC
impl StructuralPartialEq for DVR_STREAM_DESC
Auto Trait Implementations§
impl Freeze for DVR_STREAM_DESC
impl RefUnwindSafe for DVR_STREAM_DESC
impl !Send for DVR_STREAM_DESC
impl !Sync for DVR_STREAM_DESC
impl Unpin for DVR_STREAM_DESC
impl UnwindSafe for DVR_STREAM_DESC
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