#[repr(i32)]pub enum _DEP_SYSTEM_POLICY_TYPE {
DEPPolicyAlwaysOff = 0,
DEPPolicyAlwaysOn = 1,
DEPPolicyOptIn = 2,
DEPPolicyOptOut = 3,
DEPTotalPolicyCount = 4,
}Variants§
DEPPolicyAlwaysOff = 0
DEPPolicyAlwaysOn = 1
DEPPolicyOptIn = 2
DEPPolicyOptOut = 3
DEPTotalPolicyCount = 4
Trait Implementations§
Source§impl Clone for _DEP_SYSTEM_POLICY_TYPE
impl Clone for _DEP_SYSTEM_POLICY_TYPE
Source§fn clone(&self) -> _DEP_SYSTEM_POLICY_TYPE
fn clone(&self) -> _DEP_SYSTEM_POLICY_TYPE
Returns a duplicate 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 _DEP_SYSTEM_POLICY_TYPE
impl Debug for _DEP_SYSTEM_POLICY_TYPE
Source§impl Hash for _DEP_SYSTEM_POLICY_TYPE
impl Hash for _DEP_SYSTEM_POLICY_TYPE
Source§impl PartialEq for _DEP_SYSTEM_POLICY_TYPE
impl PartialEq for _DEP_SYSTEM_POLICY_TYPE
impl Copy for _DEP_SYSTEM_POLICY_TYPE
impl Eq for _DEP_SYSTEM_POLICY_TYPE
impl StructuralPartialEq for _DEP_SYSTEM_POLICY_TYPE
Auto Trait Implementations§
impl Freeze for _DEP_SYSTEM_POLICY_TYPE
impl RefUnwindSafe for _DEP_SYSTEM_POLICY_TYPE
impl Send for _DEP_SYSTEM_POLICY_TYPE
impl Sync for _DEP_SYSTEM_POLICY_TYPE
impl Unpin for _DEP_SYSTEM_POLICY_TYPE
impl UnwindSafe for _DEP_SYSTEM_POLICY_TYPE
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