[][src]Struct winapi::um::accctrl::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: LPSTR, }

Fields

pMultipleTrustee: *mut TRUSTEE_AMultipleTrusteeOperation: MULTIPLE_TRUSTEE_OPERATIONTrusteeForm: TRUSTEE_FORMTrusteeType: TRUSTEE_TYPEptstrName: LPSTR

Trait Implementations

impl Copy for TRUSTEE_A[src]

impl Clone for TRUSTEE_A[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for TRUSTEE_A[src]

Auto Trait Implementations

impl !Send for TRUSTEE_A

impl !Sync for TRUSTEE_A

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]