Struct windows::Win32::Media::MediaFoundation::MT_ARBITRARY_HEADER
#[repr(C)]pub struct MT_ARBITRARY_HEADER {
pub majortype: GUID,
pub subtype: GUID,
pub bFixedSizeSamples: BOOL,
pub bTemporalCompression: BOOL,
pub lSampleSize: u32,
pub formattype: GUID,
}
Fields§
§majortype: GUID
§subtype: GUID
§bFixedSizeSamples: BOOL
§bTemporalCompression: BOOL
§lSampleSize: u32
§formattype: GUID
Trait Implementations§
§impl Clone for MT_ARBITRARY_HEADER
impl Clone for MT_ARBITRARY_HEADER
§fn clone(&self) -> MT_ARBITRARY_HEADER
fn clone(&self) -> MT_ARBITRARY_HEADER
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 MT_ARBITRARY_HEADER
impl Debug for MT_ARBITRARY_HEADER
§impl Default for MT_ARBITRARY_HEADER
impl Default for MT_ARBITRARY_HEADER
§impl PartialEq for MT_ARBITRARY_HEADER
impl PartialEq for MT_ARBITRARY_HEADER
§fn eq(&self, other: &MT_ARBITRARY_HEADER) -> bool
fn eq(&self, other: &MT_ARBITRARY_HEADER) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for MT_ARBITRARY_HEADER
impl Eq for MT_ARBITRARY_HEADER
impl StructuralPartialEq for MT_ARBITRARY_HEADER
Auto Trait Implementations§
impl Freeze for MT_ARBITRARY_HEADER
impl RefUnwindSafe for MT_ARBITRARY_HEADER
impl Send for MT_ARBITRARY_HEADER
impl Sync for MT_ARBITRARY_HEADER
impl Unpin for MT_ARBITRARY_HEADER
impl UnwindSafe for MT_ARBITRARY_HEADER
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
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)