Struct windows::Win32::NetworkManagement::NetworkPolicyServer::ISdo_Vtbl
#[repr(C)]pub struct ISdo_Vtbl {
pub base__: IDispatch_Vtbl,
pub GetPropertyInfo: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut *mut c_void) -> HRESULT,
pub GetProperty: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut MaybeUninit<VARIANT>) -> HRESULT,
pub PutProperty: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *const MaybeUninit<VARIANT>) -> HRESULT,
pub ResetProperty: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub Apply: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Restore: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub _NewEnum: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§GetPropertyInfo: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut *mut c_void) -> HRESULT
§GetProperty: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut MaybeUninit<VARIANT>) -> HRESULT
§PutProperty: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *const MaybeUninit<VARIANT>) -> HRESULT
§ResetProperty: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§Apply: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Restore: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§_NewEnum: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
Auto Trait Implementations§
impl Freeze for ISdo_Vtbl
impl RefUnwindSafe for ISdo_Vtbl
impl Send for ISdo_Vtbl
impl Sync for ISdo_Vtbl
impl Unpin for ISdo_Vtbl
impl UnwindSafe for ISdo_Vtbl
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