Struct windows_sys::Win32::Media::DirectShow::REGFILTER2
[−]#[repr(C)]pub struct REGFILTER2 {
pub dwVersion: u32,
pub dwMerit: u32,
pub Anonymous: REGFILTER2_0,
}
Expand description
Required features: "Win32_Media_DirectShow"
, "Win32_Foundation"
Fields
dwVersion: u32
dwMerit: u32
Anonymous: REGFILTER2_0
Trait Implementations
impl Clone for REGFILTER2
impl Clone for REGFILTER2
impl Copy for REGFILTER2
Auto Trait Implementations
impl RefUnwindSafe for REGFILTER2
impl !Send for REGFILTER2
impl !Sync for REGFILTER2
impl Unpin for REGFILTER2
impl UnwindSafe for REGFILTER2
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