Struct windows_sys::Win32::Networking::ActiveDirectory::DS_SELECTION_LIST
#[repr(C)]pub struct DS_SELECTION_LIST {
pub cItems: u32,
pub cFetchedAttributes: u32,
pub aDsSelection: [DS_SELECTION; 1],
}
Expand description
Required features: "Win32_Foundation"
, "Win32_System_Com"
, "Win32_System_Ole"
, "Win32_System_Variant"
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§
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