Struct windows_sys::Win32::Networking::ActiveDirectory::ADS_VLV
[−]#[repr(C)]pub struct ADS_VLV {
pub dwBeforeCount: u32,
pub dwAfterCount: u32,
pub dwOffset: u32,
pub dwContentCount: u32,
pub pszTarget: PWSTR,
pub dwContextIDLength: u32,
pub lpContextID: *mut u8,
}
Expand description
Required features: "Win32_Networking_ActiveDirectory"
Fields
dwBeforeCount: u32
dwAfterCount: u32
dwOffset: u32
dwContentCount: u32
pszTarget: PWSTR
dwContextIDLength: u32
lpContextID: *mut u8
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ADS_VLV
impl !Send for ADS_VLV
impl !Sync for ADS_VLV
impl Unpin for ADS_VLV
impl UnwindSafe for ADS_VLV
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