Struct windows_sys::Win32::System::Iis::HSE_VECTOR_ELEMENT
[−]#[repr(C)]pub struct HSE_VECTOR_ELEMENT {
pub ElementType: u32,
pub pvContext: *mut c_void,
pub cbOffset: u64,
pub cbSize: u64,
}
Expand description
Required features: "Win32_System_Iis"
Fields
ElementType: u32
pvContext: *mut c_void
cbOffset: u64
cbSize: u64
Trait Implementations
impl Clone for HSE_VECTOR_ELEMENT
impl Clone for HSE_VECTOR_ELEMENT
impl Copy for HSE_VECTOR_ELEMENT
Auto Trait Implementations
impl RefUnwindSafe for HSE_VECTOR_ELEMENT
impl !Send for HSE_VECTOR_ELEMENT
impl !Sync for HSE_VECTOR_ELEMENT
impl Unpin for HSE_VECTOR_ELEMENT
impl UnwindSafe for HSE_VECTOR_ELEMENT
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