Struct windows::Win32::Media::DirectShow::AM_WST_PAGE
#[repr(C)]pub struct AM_WST_PAGE {
pub dwPageNr: u32,
pub dwSubPageNr: u32,
pub pucPageData: *mut u8,
}
Fields§
§dwPageNr: u32
§dwSubPageNr: u32
§pucPageData: *mut u8
Trait Implementations§
§impl Clone for AM_WST_PAGE
impl Clone for AM_WST_PAGE
§fn clone(&self) -> AM_WST_PAGE
fn clone(&self) -> AM_WST_PAGE
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 AM_WST_PAGE
impl Debug for AM_WST_PAGE
§impl PartialEq for AM_WST_PAGE
impl PartialEq for AM_WST_PAGE
§fn eq(&self, other: &AM_WST_PAGE) -> bool
fn eq(&self, other: &AM_WST_PAGE) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for AM_WST_PAGE
impl Eq for AM_WST_PAGE
impl StructuralPartialEq for AM_WST_PAGE
Auto Trait Implementations§
impl Freeze for AM_WST_PAGE
impl RefUnwindSafe for AM_WST_PAGE
impl !Send for AM_WST_PAGE
impl !Sync for AM_WST_PAGE
impl Unpin for AM_WST_PAGE
impl UnwindSafe for AM_WST_PAGE
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
)