Struct STREAM_ID_MAP
#[repr(C)]pub struct STREAM_ID_MAP {
pub stream_id: u32,
pub dwMediaSampleContent: u32,
pub ulSubstreamFilterValue: u32,
pub iDataOffset: i32,
}
Fields§
§stream_id: u32
§dwMediaSampleContent: u32
§ulSubstreamFilterValue: u32
§iDataOffset: i32
Trait Implementations§
§impl Clone for STREAM_ID_MAP
impl Clone for STREAM_ID_MAP
§fn clone(&self) -> STREAM_ID_MAP
fn clone(&self) -> STREAM_ID_MAP
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 STREAM_ID_MAP
impl Debug for STREAM_ID_MAP
§impl Default for STREAM_ID_MAP
impl Default for STREAM_ID_MAP
§impl PartialEq for STREAM_ID_MAP
impl PartialEq for STREAM_ID_MAP
impl Copy for STREAM_ID_MAP
impl StructuralPartialEq for STREAM_ID_MAP
Auto Trait Implementations§
impl Freeze for STREAM_ID_MAP
impl RefUnwindSafe for STREAM_ID_MAP
impl Send for STREAM_ID_MAP
impl Sync for STREAM_ID_MAP
impl Unpin for STREAM_ID_MAP
impl UnwindSafe for STREAM_ID_MAP
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