Struct 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
impl Copy 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