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,
}
Fields§
§dwBeforeCount: u32
§dwAfterCount: u32
§dwOffset: u32
§dwContentCount: u32
§pszTarget: PWSTR
§dwContextIDLength: u32
§lpContextID: *mut u8
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ADS_VLV
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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)