Struct 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