Struct windows_sys::Win32::Security::Authorization::TRUSTEE_W
[−]#[repr(C)]pub struct TRUSTEE_W {
pub pMultipleTrustee: *mut TRUSTEE_W,
pub MultipleTrusteeOperation: MULTIPLE_TRUSTEE_OPERATION,
pub TrusteeForm: TRUSTEE_FORM,
pub TrusteeType: TRUSTEE_TYPE,
pub ptstrName: PWSTR,
}
Expand description
Required features: "Win32_Security_Authorization"
Fields
pMultipleTrustee: *mut TRUSTEE_W
MultipleTrusteeOperation: MULTIPLE_TRUSTEE_OPERATION
TrusteeForm: TRUSTEE_FORM
TrusteeType: TRUSTEE_TYPE
ptstrName: PWSTR
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TRUSTEE_W
impl !Send for TRUSTEE_W
impl !Sync for TRUSTEE_W
impl Unpin for TRUSTEE_W
impl UnwindSafe for TRUSTEE_W
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more