#[repr(C)]
pub struct ADS_CLASS_DEF { pub pszClassName: PWSTR, pub dwMandatoryAttrs: u32, pub ppszMandatoryAttrs: *mut PWSTR, pub optionalAttrs: u32, pub ppszOptionalAttrs: *mut *mut PWSTR, pub dwNamingAttrs: u32, pub ppszNamingAttrs: *mut *mut PWSTR, pub dwSuperClasses: u32, pub ppszSuperClasses: *mut *mut PWSTR, pub fIsContainer: BOOL, }
Expand description

Required features: "Win32_Networking_ActiveDirectory", "Win32_Foundation"

Fields

pszClassName: PWSTRdwMandatoryAttrs: u32ppszMandatoryAttrs: *mut PWSTRoptionalAttrs: u32ppszOptionalAttrs: *mut *mut PWSTRdwNamingAttrs: u32ppszNamingAttrs: *mut *mut PWSTRdwSuperClasses: u32ppszSuperClasses: *mut *mut PWSTRfIsContainer: BOOL

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.