Struct REGFILTER2
#[repr(C)]pub struct REGFILTER2 {
pub dwVersion: u32,
pub dwMerit: u32,
pub Anonymous: REGFILTER2_0,
}
Fields§
§dwVersion: u32
§dwMerit: u32
§Anonymous: REGFILTER2_0
Trait Implementations§
§impl Clone for REGFILTER2
impl Clone for REGFILTER2
§fn clone(&self) -> REGFILTER2
fn clone(&self) -> REGFILTER2
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 moreimpl Copy for REGFILTER2
Auto Trait Implementations§
impl Freeze for REGFILTER2
impl RefUnwindSafe for REGFILTER2
impl !Send for REGFILTER2
impl !Sync for REGFILTER2
impl Unpin for REGFILTER2
impl UnwindSafe for REGFILTER2
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