#[repr(i32)]pub enum _SECURITY_IMPERSONATION_LEVEL {
SecurityAnonymous = 0,
SecurityIdentification = 1,
SecurityImpersonation = 2,
SecurityDelegation = 3,
}Variants§
Trait Implementations§
Source§impl Clone for _SECURITY_IMPERSONATION_LEVEL
impl Clone for _SECURITY_IMPERSONATION_LEVEL
Source§fn clone(&self) -> _SECURITY_IMPERSONATION_LEVEL
fn clone(&self) -> _SECURITY_IMPERSONATION_LEVEL
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 Hash for _SECURITY_IMPERSONATION_LEVEL
impl Hash for _SECURITY_IMPERSONATION_LEVEL
Source§impl PartialEq for _SECURITY_IMPERSONATION_LEVEL
impl PartialEq for _SECURITY_IMPERSONATION_LEVEL
Source§fn eq(&self, other: &_SECURITY_IMPERSONATION_LEVEL) -> bool
fn eq(&self, other: &_SECURITY_IMPERSONATION_LEVEL) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for _SECURITY_IMPERSONATION_LEVEL
impl Eq for _SECURITY_IMPERSONATION_LEVEL
impl StructuralPartialEq for _SECURITY_IMPERSONATION_LEVEL
Auto Trait Implementations§
impl Freeze for _SECURITY_IMPERSONATION_LEVEL
impl RefUnwindSafe for _SECURITY_IMPERSONATION_LEVEL
impl Send for _SECURITY_IMPERSONATION_LEVEL
impl Sync for _SECURITY_IMPERSONATION_LEVEL
impl Unpin for _SECURITY_IMPERSONATION_LEVEL
impl UnwindSafe for _SECURITY_IMPERSONATION_LEVEL
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