Struct windows_sys::Win32::Networking::ActiveDirectory::ADSVALUE
[−]#[repr(C)]pub struct ADSVALUE {
pub dwType: ADSTYPEENUM,
pub Anonymous: ADSVALUE_0,
}
Expand description
Required features: "Win32_Networking_ActiveDirectory"
, "Win32_Foundation"
Fields
dwType: ADSTYPEENUM
Anonymous: ADSVALUE_0
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ADSVALUE
impl !Send for ADSVALUE
impl !Sync for ADSVALUE
impl Unpin for ADSVALUE
impl UnwindSafe for ADSVALUE
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