Struct windows_sys::Win32::Networking::ActiveDirectory::ADSVALUE
#[repr(C)]pub struct ADSVALUE {
pub dwType: ADSTYPE,
pub Anonymous: ADSVALUE_0,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§dwType: ADSTYPE
§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§
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