Struct windows_sys::Win32::Media::DirectShow::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,
}
Expand description
Required features: "Win32_Media_DirectShow"
, "Win32_Foundation"
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
impl Copy for AM_SAMPLE2_PROPERTIES
Auto Trait Implementations
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
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