Struct MPEG2_TRANSPORT_STRIDE
#[repr(C)]pub struct MPEG2_TRANSPORT_STRIDE {
pub dwOffset: u32,
pub dwPacketLength: u32,
pub dwStride: u32,
}
Fields§
§dwOffset: u32
§dwPacketLength: u32
§dwStride: u32
Trait Implementations§
§impl Clone for MPEG2_TRANSPORT_STRIDE
impl Clone for MPEG2_TRANSPORT_STRIDE
§fn clone(&self) -> MPEG2_TRANSPORT_STRIDE
fn clone(&self) -> MPEG2_TRANSPORT_STRIDE
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 MPEG2_TRANSPORT_STRIDE
impl Debug for MPEG2_TRANSPORT_STRIDE
§impl Default for MPEG2_TRANSPORT_STRIDE
impl Default for MPEG2_TRANSPORT_STRIDE
§impl PartialEq for MPEG2_TRANSPORT_STRIDE
impl PartialEq for MPEG2_TRANSPORT_STRIDE
impl Copy for MPEG2_TRANSPORT_STRIDE
impl StructuralPartialEq for MPEG2_TRANSPORT_STRIDE
Auto Trait Implementations§
impl Freeze for MPEG2_TRANSPORT_STRIDE
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§
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