Struct windows_sys::Win32::Media::DirectShow::REGFILTERPINS2
[−]#[repr(C)]pub struct REGFILTERPINS2 {
pub dwFlags: u32,
pub cInstances: u32,
pub nMediaTypes: u32,
pub lpMediaType: *const REGPINTYPES,
pub nMediums: u32,
pub lpMedium: *const REGPINMEDIUM,
pub clsPinCategory: *const GUID,
}
Expand description
Required features: "Win32_Media_DirectShow"
Fields
dwFlags: u32
cInstances: u32
nMediaTypes: u32
lpMediaType: *const REGPINTYPES
nMediums: u32
lpMedium: *const REGPINMEDIUM
clsPinCategory: *const GUID
Trait Implementations
impl Clone for REGFILTERPINS2
impl Clone for REGFILTERPINS2
impl Copy for REGFILTERPINS2
Auto Trait Implementations
impl RefUnwindSafe for REGFILTERPINS2
impl !Send for REGFILTERPINS2
impl !Sync for REGFILTERPINS2
impl Unpin for REGFILTERPINS2
impl UnwindSafe for REGFILTERPINS2
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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