#[repr(C)]pub struct SE_IMPERSONATION_STATE {
pub Token: *mut c_void,
pub CopyOnOpen: u8,
pub EffectiveOnly: u8,
pub Level: SECURITY_IMPERSONATION_LEVEL,
}Fields§
§Token: *mut c_void§CopyOnOpen: u8§EffectiveOnly: u8§Level: SECURITY_IMPERSONATION_LEVELTrait Implementations§
Source§impl Abi for SE_IMPERSONATION_STATE
impl Abi for SE_IMPERSONATION_STATE
Source§type Abi = SE_IMPERSONATION_STATE
type Abi = SE_IMPERSONATION_STATE
The abi representation of the implementing type. Read more
type DefaultType = SE_IMPERSONATION_STATE
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for SE_IMPERSONATION_STATE
impl Clone for SE_IMPERSONATION_STATE
Source§fn clone(&self) -> SE_IMPERSONATION_STATE
fn clone(&self) -> SE_IMPERSONATION_STATE
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SE_IMPERSONATION_STATE
Source§impl Debug for SE_IMPERSONATION_STATE
impl Debug for SE_IMPERSONATION_STATE
Source§impl Default for SE_IMPERSONATION_STATE
impl Default for SE_IMPERSONATION_STATE
impl Eq for SE_IMPERSONATION_STATE
Auto Trait Implementations§
impl !Send for SE_IMPERSONATION_STATE
impl !Sync for SE_IMPERSONATION_STATE
impl Freeze for SE_IMPERSONATION_STATE
impl RefUnwindSafe for SE_IMPERSONATION_STATE
impl Unpin for SE_IMPERSONATION_STATE
impl UnsafeUnpin for SE_IMPERSONATION_STATE
impl UnwindSafe for SE_IMPERSONATION_STATE
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