Struct windows::Win32::Media::DirectShow::REGFILTERPINS
#[repr(C)]pub struct REGFILTERPINS {
pub strName: PWSTR,
pub bRendered: BOOL,
pub bOutput: BOOL,
pub bZero: BOOL,
pub bMany: BOOL,
pub clsConnectsToFilter: *const GUID,
pub strConnectsToPin: PCWSTR,
pub nMediaTypes: u32,
pub lpMediaType: *const REGPINTYPES,
}
Fields§
§strName: PWSTR
§bRendered: BOOL
§bOutput: BOOL
§bZero: BOOL
§bMany: BOOL
§clsConnectsToFilter: *const GUID
§strConnectsToPin: PCWSTR
§nMediaTypes: u32
§lpMediaType: *const REGPINTYPES
Trait Implementations§
§impl Clone for REGFILTERPINS
impl Clone for REGFILTERPINS
§fn clone(&self) -> REGFILTERPINS
fn clone(&self) -> REGFILTERPINS
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 REGFILTERPINS
impl Debug for REGFILTERPINS
§impl Default for REGFILTERPINS
impl Default for REGFILTERPINS
§impl PartialEq for REGFILTERPINS
impl PartialEq for REGFILTERPINS
§fn eq(&self, other: ®FILTERPINS) -> bool
fn eq(&self, other: ®FILTERPINS) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for REGFILTERPINS
impl Eq for REGFILTERPINS
impl StructuralPartialEq for REGFILTERPINS
Auto Trait Implementations§
impl Freeze for REGFILTERPINS
impl RefUnwindSafe for REGFILTERPINS
impl !Send for REGFILTERPINS
impl !Sync for REGFILTERPINS
impl Unpin for REGFILTERPINS
impl UnwindSafe for REGFILTERPINS
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
)