Struct windows_sys::Win32::Networking::ActiveDirectory::ADS_CLASS_DEF
#[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,
}
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§
§impl Clone for ADS_CLASS_DEF
impl Clone for ADS_CLASS_DEF
§fn clone(&self) -> ADS_CLASS_DEF
fn clone(&self) -> ADS_CLASS_DEF
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for ADS_CLASS_DEF
Auto Trait Implementations§
impl Freeze for ADS_CLASS_DEF
impl RefUnwindSafe for ADS_CLASS_DEF
impl !Send for ADS_CLASS_DEF
impl !Sync for ADS_CLASS_DEF
impl Unpin for ADS_CLASS_DEF
impl UnwindSafe for ADS_CLASS_DEF
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)