Struct windows_sys::Win32::Media::DirectShow::MPEG_STREAM_BUFFER
[−]#[repr(C, packed(1))]pub struct MPEG_STREAM_BUFFER {
pub hr: HRESULT,
pub dwDataBufferSize: u32,
pub dwSizeOfDataRead: u32,
pub pDataBuffer: *mut u8,
}
Expand description
Required features: "Win32_Media_DirectShow"
Fields
hr: HRESULT
dwDataBufferSize: u32
dwSizeOfDataRead: u32
pDataBuffer: *mut u8
Trait Implementations
impl Clone for MPEG_STREAM_BUFFER
impl Clone for MPEG_STREAM_BUFFER
impl Copy for MPEG_STREAM_BUFFER
Auto Trait Implementations
impl RefUnwindSafe for MPEG_STREAM_BUFFER
impl !Send for MPEG_STREAM_BUFFER
impl !Sync for MPEG_STREAM_BUFFER
impl Unpin for MPEG_STREAM_BUFFER
impl UnwindSafe for MPEG_STREAM_BUFFER
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