Enum windows_native::ntregapi::REG_ACTION
source · #[repr(i32)]pub enum REG_ACTION {
KeyAdded,
KeyRemoved,
KeyModified,
}Variants§
Trait Implementations§
source§impl Clone for REG_ACTION
impl Clone for REG_ACTION
source§fn clone(&self) -> REG_ACTION
fn clone(&self) -> REG_ACTION
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 moresource§impl Debug for REG_ACTION
impl Debug for REG_ACTION
source§impl Hash for REG_ACTION
impl Hash for REG_ACTION
source§impl PartialEq<REG_ACTION> for REG_ACTION
impl PartialEq<REG_ACTION> for REG_ACTION
source§fn eq(&self, other: ®_ACTION) -> bool
fn eq(&self, other: ®_ACTION) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for REG_ACTION
impl Eq for REG_ACTION
impl StructuralEq for REG_ACTION
impl StructuralPartialEq for REG_ACTION
Auto Trait Implementations§
impl RefUnwindSafe for REG_ACTION
impl Send for REG_ACTION
impl Sync for REG_ACTION
impl Unpin for REG_ACTION
impl UnwindSafe for REG_ACTION
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