Struct windows::Win32::Media::DirectShow::Tv::MPE_ELEMENT
#[repr(C, packed(1))]pub struct MPE_ELEMENT {
pub pid: u16,
pub bComponentTag: u8,
pub pNext: *mut MPE_ELEMENT,
}
Fields§
§pid: u16
§bComponentTag: u8
§pNext: *mut MPE_ELEMENT
Trait Implementations§
§impl Clone for MPE_ELEMENT
impl Clone for MPE_ELEMENT
§fn clone(&self) -> MPE_ELEMENT
fn clone(&self) -> MPE_ELEMENT
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 moreimpl Copy for MPE_ELEMENT
Auto Trait Implementations§
impl Freeze for MPE_ELEMENT
impl RefUnwindSafe for MPE_ELEMENT
impl !Send for MPE_ELEMENT
impl !Sync for MPE_ELEMENT
impl Unpin for MPE_ELEMENT
impl UnwindSafe for MPE_ELEMENT
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
)