#[repr(C)]pub struct ADS_CASEIGNORE_LIST {
pub Next: *mut ADS_CASEIGNORE_LIST,
pub String: PWSTR,
}
Expand description
Required features: "Win32_Networking_ActiveDirectory"
Fields
Next: *mut ADS_CASEIGNORE_LIST
String: PWSTR
Trait Implementations
impl Clone for ADS_CASEIGNORE_LIST
impl Clone for ADS_CASEIGNORE_LIST
impl Copy for ADS_CASEIGNORE_LIST
Auto Trait Implementations
impl RefUnwindSafe for ADS_CASEIGNORE_LIST
impl !Send for ADS_CASEIGNORE_LIST
impl !Sync for ADS_CASEIGNORE_LIST
impl Unpin for ADS_CASEIGNORE_LIST
impl UnwindSafe for ADS_CASEIGNORE_LIST
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more