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