#[repr(C)]pub struct DS_SELECTION_LIST {
pub cItems: u32,
pub cFetchedAttributes: u32,
pub aDsSelection: [DS_SELECTION; 1],
}
Expand description
Required features: ‘Win32_Networking_ActiveDirectory’, ‘Win32_Foundation’, ‘Win32_System_Com’, ‘Win32_System_Ole’
Fields
cItems: u32
cFetchedAttributes: u32
aDsSelection: [DS_SELECTION; 1]
Trait Implementations
impl Clone for DS_SELECTION_LIST
impl Clone for DS_SELECTION_LIST
impl Copy for DS_SELECTION_LIST
Auto Trait Implementations
impl RefUnwindSafe for DS_SELECTION_LIST
impl !Send for DS_SELECTION_LIST
impl !Sync for DS_SELECTION_LIST
impl Unpin for DS_SELECTION_LIST
impl UnwindSafe for DS_SELECTION_LIST
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more