Struct windows::Win32::Media::DirectShow::Tv::MPEG_PACKET_LIST
#[repr(C, packed(1))]pub struct MPEG_PACKET_LIST {
pub wPacketCount: u16,
pub PacketList: [*mut MPEG_RQST_PACKET; 1],
}
Fields§
§wPacketCount: u16
§PacketList: [*mut MPEG_RQST_PACKET; 1]
Trait Implementations§
§impl Clone for MPEG_PACKET_LIST
impl Clone for MPEG_PACKET_LIST
§fn clone(&self) -> MPEG_PACKET_LIST
fn clone(&self) -> MPEG_PACKET_LIST
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 Default for MPEG_PACKET_LIST
impl Default for MPEG_PACKET_LIST
impl Copy for MPEG_PACKET_LIST
Auto Trait Implementations§
impl Freeze for MPEG_PACKET_LIST
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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)