Struct windows_sys::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,
}
Expand description
Required features: "Win32_Media_DirectShow"
, "Win32_Foundation"
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
impl Copy for REGFILTERPINS
Auto Trait Implementations
impl RefUnwindSafe for REGFILTERPINS
impl !Send for REGFILTERPINS
impl !Sync for REGFILTERPINS
impl Unpin for REGFILTERPINS
impl UnwindSafe for REGFILTERPINS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more