Struct 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,
}
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
§fn clone(&self) -> REGFILTERPINS2
fn clone(&self) -> REGFILTERPINS2
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 REGFILTERPINS2
impl Debug for REGFILTERPINS2
§impl Default for REGFILTERPINS2
impl Default for REGFILTERPINS2
§impl PartialEq for REGFILTERPINS2
impl PartialEq for REGFILTERPINS2
impl Copy for REGFILTERPINS2
impl StructuralPartialEq for REGFILTERPINS2
Auto Trait Implementations§
impl Freeze for REGFILTERPINS2
impl RefUnwindSafe for REGFILTERPINS2
impl !Send for REGFILTERPINS2
impl !Sync for REGFILTERPINS2
impl Unpin for REGFILTERPINS2
impl UnwindSafe for REGFILTERPINS2
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