Struct TRUSTEE_A
#[repr(C)]pub struct TRUSTEE_A {
pub pMultipleTrustee: *mut TRUSTEE_A,
pub MultipleTrusteeOperation: MULTIPLE_TRUSTEE_OPERATION,
pub TrusteeForm: TRUSTEE_FORM,
pub TrusteeType: TRUSTEE_TYPE,
pub ptstrName: PSTR,
}Fields§
§pMultipleTrustee: *mut TRUSTEE_A§MultipleTrusteeOperation: MULTIPLE_TRUSTEE_OPERATION§TrusteeForm: TRUSTEE_FORM§TrusteeType: TRUSTEE_TYPE§ptstrName: PSTRTrait Implementations§
impl Copy for TRUSTEE_A
impl StructuralPartialEq for TRUSTEE_A
Auto Trait Implementations§
impl Freeze for TRUSTEE_A
impl RefUnwindSafe for TRUSTEE_A
impl !Send for TRUSTEE_A
impl !Sync for TRUSTEE_A
impl Unpin for TRUSTEE_A
impl UnwindSafe for TRUSTEE_A
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