Struct windows_sys::Win32::Media::DirectShow::MPEG_RQST_PACKET
[−]Expand description
Required features: "Win32_Media_DirectShow"
Fields
dwLength: u32
pSection: *mut SECTION
Trait Implementations
impl Clone for MPEG_RQST_PACKET
impl Clone for MPEG_RQST_PACKET
impl Copy for MPEG_RQST_PACKET
Auto Trait Implementations
impl RefUnwindSafe for MPEG_RQST_PACKET
impl !Send for MPEG_RQST_PACKET
impl !Sync for MPEG_RQST_PACKET
impl Unpin for MPEG_RQST_PACKET
impl UnwindSafe for MPEG_RQST_PACKET
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