#[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: PWSTR§dwMandatoryAttrs: u32§ppszMandatoryAttrs: *mut PWSTR§optionalAttrs: u32§ppszOptionalAttrs: *mut *mut PWSTR§dwNamingAttrs: u32§ppszNamingAttrs: *mut *mut PWSTR§dwSuperClasses: u32§ppszSuperClasses: *mut *mut PWSTR§fIsContainer: 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.