#[repr(transparent)]pub struct SECURITY_IMPERSONATION_LEVEL(pub i32);Tuple Fields§
§0: i32Trait 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 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 SECURITY_IMPERSONATION_LEVEL
impl Debug for SECURITY_IMPERSONATION_LEVEL
Source§impl Default for SECURITY_IMPERSONATION_LEVEL
impl Default for SECURITY_IMPERSONATION_LEVEL
Source§fn default() -> SECURITY_IMPERSONATION_LEVEL
fn default() -> SECURITY_IMPERSONATION_LEVEL
Returns the “default value” for a type. Read more
Source§impl From<i32> for SECURITY_IMPERSONATION_LEVEL
impl From<i32> for SECURITY_IMPERSONATION_LEVEL
Source§fn from(value: i32) -> SECURITY_IMPERSONATION_LEVEL
fn from(value: i32) -> SECURITY_IMPERSONATION_LEVEL
Converts to this type from the input type.
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