Struct REGFILTER
#[repr(C)]pub struct REGFILTER {
pub Clsid: GUID,
pub Name: PWSTR,
}
Fields§
§Clsid: GUID
§Name: PWSTR
Trait Implementations§
impl Copy for REGFILTER
impl StructuralPartialEq for REGFILTER
Auto Trait Implementations§
impl Freeze for REGFILTER
impl RefUnwindSafe for REGFILTER
impl !Send for REGFILTER
impl !Sync for REGFILTER
impl Unpin for REGFILTER
impl UnwindSafe for REGFILTER
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