Struct windows_native::ntseapi::TOKEN_PROCESS_TRUST_LEVEL
source ยท #[repr(C)]pub struct TOKEN_PROCESS_TRUST_LEVEL {
pub TrustLevelSid: PSID,
}Fieldsยง
ยงTrustLevelSid: PSIDTrait Implementationsยง
sourceยงimpl Debug for TOKEN_PROCESS_TRUST_LEVEL
impl Debug for TOKEN_PROCESS_TRUST_LEVEL
Auto Trait Implementationsยง
impl RefUnwindSafe for TOKEN_PROCESS_TRUST_LEVEL
impl !Send for TOKEN_PROCESS_TRUST_LEVEL
impl !Sync for TOKEN_PROCESS_TRUST_LEVEL
impl Unpin for TOKEN_PROCESS_TRUST_LEVEL
impl UnwindSafe for TOKEN_PROCESS_TRUST_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