Struct AM_SAMPLE2_PROPERTIES
#[repr(C)]pub struct AM_SAMPLE2_PROPERTIES {
pub cbData: u32,
pub dwTypeSpecificFlags: u32,
pub dwSampleFlags: u32,
pub lActual: i32,
pub tStart: i64,
pub tStop: i64,
pub dwStreamId: u32,
pub pMediaType: *mut AM_MEDIA_TYPE,
pub pbBuffer: *mut u8,
pub cbBuffer: i32,
}
Fields§
§cbData: u32
§dwTypeSpecificFlags: u32
§dwSampleFlags: u32
§lActual: i32
§tStart: i64
§tStop: i64
§dwStreamId: u32
§pMediaType: *mut AM_MEDIA_TYPE
§pbBuffer: *mut u8
§cbBuffer: i32
Trait Implementations§
§impl Clone for AM_SAMPLE2_PROPERTIES
impl Clone for AM_SAMPLE2_PROPERTIES
§fn clone(&self) -> AM_SAMPLE2_PROPERTIES
fn clone(&self) -> AM_SAMPLE2_PROPERTIES
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 AM_SAMPLE2_PROPERTIES
impl Debug for AM_SAMPLE2_PROPERTIES
§impl Default for AM_SAMPLE2_PROPERTIES
impl Default for AM_SAMPLE2_PROPERTIES
§impl PartialEq for AM_SAMPLE2_PROPERTIES
impl PartialEq for AM_SAMPLE2_PROPERTIES
impl Copy for AM_SAMPLE2_PROPERTIES
impl StructuralPartialEq for AM_SAMPLE2_PROPERTIES
Auto Trait Implementations§
impl Freeze for AM_SAMPLE2_PROPERTIES
impl RefUnwindSafe for AM_SAMPLE2_PROPERTIES
impl !Send for AM_SAMPLE2_PROPERTIES
impl !Sync for AM_SAMPLE2_PROPERTIES
impl Unpin for AM_SAMPLE2_PROPERTIES
impl UnwindSafe for AM_SAMPLE2_PROPERTIES
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