Struct windows_sys::Win32::Networking::ActiveDirectory::ADSVALUE
[−]#[repr(C)]pub struct ADSVALUE {
pub dwType: ADSTYPE,
pub Anonymous: ADSVALUE_0,
}Expand description
Required features: "Win32_Networking_ActiveDirectory", "Win32_Foundation"
Fields
dwType: ADSTYPEAnonymous: ADSVALUE_0Trait 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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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