Struct windows_sys::Win32::Media::DirectShow::MPEG2_TRANSPORT_STRIDE
[−]#[repr(C)]pub struct MPEG2_TRANSPORT_STRIDE {
pub dwOffset: u32,
pub dwPacketLength: u32,
pub dwStride: u32,
}
Expand description
Required features: "Win32_Media_DirectShow"
Fields
dwOffset: u32
dwPacketLength: u32
dwStride: u32
Trait Implementations
impl Clone for MPEG2_TRANSPORT_STRIDE
impl Clone for MPEG2_TRANSPORT_STRIDE
impl Copy for MPEG2_TRANSPORT_STRIDE
Auto Trait Implementations
impl RefUnwindSafe for MPEG2_TRANSPORT_STRIDE
impl Send for MPEG2_TRANSPORT_STRIDE
impl Sync for MPEG2_TRANSPORT_STRIDE
impl Unpin for MPEG2_TRANSPORT_STRIDE
impl UnwindSafe for MPEG2_TRANSPORT_STRIDE
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