Struct windows::Win32::System::Wmi::ISWbemSecurity_Vtbl
#[repr(C)]pub struct ISWbemSecurity_Vtbl {
pub base__: IDispatch_Vtbl,
pub ImpersonationLevel: unsafe extern "system" fn(_: *mut c_void, _: *mut WbemImpersonationLevelEnum) -> HRESULT,
pub SetImpersonationLevel: unsafe extern "system" fn(_: *mut c_void, _: WbemImpersonationLevelEnum) -> HRESULT,
pub AuthenticationLevel: unsafe extern "system" fn(_: *mut c_void, _: *mut WbemAuthenticationLevelEnum) -> HRESULT,
pub SetAuthenticationLevel: unsafe extern "system" fn(_: *mut c_void, _: WbemAuthenticationLevelEnum) -> HRESULT,
pub Privileges: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§ImpersonationLevel: unsafe extern "system" fn(_: *mut c_void, _: *mut WbemImpersonationLevelEnum) -> HRESULT
§SetImpersonationLevel: unsafe extern "system" fn(_: *mut c_void, _: WbemImpersonationLevelEnum) -> HRESULT
§AuthenticationLevel: unsafe extern "system" fn(_: *mut c_void, _: *mut WbemAuthenticationLevelEnum) -> HRESULT
§SetAuthenticationLevel: unsafe extern "system" fn(_: *mut c_void, _: WbemAuthenticationLevelEnum) -> HRESULT
§Privileges: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl ISWbemSecurity_Vtbl
impl ISWbemSecurity_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ISWbemSecurity_Vtblwhere
Identity: ISWbemSecurity_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISWbemSecurity_Vtbl
impl RefUnwindSafe for ISWbemSecurity_Vtbl
impl Send for ISWbemSecurity_Vtbl
impl Sync for ISWbemSecurity_Vtbl
impl Unpin for ISWbemSecurity_Vtbl
impl UnwindSafe for ISWbemSecurity_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