Struct windows_sys::Win32::Media::DirectShow::MPEG_PACKET_LIST
[−]#[repr(C, packed(1))]pub struct MPEG_PACKET_LIST {
pub wPacketCount: u16,
pub PacketList: [*mut MPEG_RQST_PACKET; 1],
}
Expand description
Required features: ‘Win32_Media_DirectShow’
Fields
wPacketCount: u16
PacketList: [*mut MPEG_RQST_PACKET; 1]
Trait Implementations
impl Clone for MPEG_PACKET_LIST
impl Clone for MPEG_PACKET_LIST
impl Copy for MPEG_PACKET_LIST
Auto Trait Implementations
impl RefUnwindSafe for MPEG_PACKET_LIST
impl !Send for MPEG_PACKET_LIST
impl !Sync for MPEG_PACKET_LIST
impl Unpin for MPEG_PACKET_LIST
impl UnwindSafe for MPEG_PACKET_LIST
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more