#[repr(C)]pub struct ads_searchpref_info {
pub dwSearchPref: ADS_SEARCHPREF_ENUM,
pub vValue: ADSVALUE,
pub dwStatus: ADS_STATUSENUM,
}
Expand description
Required features: "Win32_Networking_ActiveDirectory"
, "Win32_Foundation"
Fields
dwSearchPref: ADS_SEARCHPREF_ENUM
vValue: ADSVALUE
dwStatus: ADS_STATUSENUM
Trait Implementations
impl Clone for ads_searchpref_info
impl Clone for ads_searchpref_info
impl Copy for ads_searchpref_info
Auto Trait Implementations
impl RefUnwindSafe for ads_searchpref_info
impl !Send for ads_searchpref_info
impl !Sync for ads_searchpref_info
impl Unpin for ads_searchpref_info
impl UnwindSafe for ads_searchpref_info
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