[][src]Struct winapi::um::wbemdisp::ISWbemSecurityVtbl

#[repr(C)]
pub struct ISWbemSecurityVtbl {
    pub parent: IDispatchVtbl,
    pub get_ImpersonationLevel: unsafe extern "system" fn(This: *mut ISWbemSecurity, iImpersonationLevel: *mut WbemImpersonationLevelEnum) -> HRESULT,
    pub put_ImpersonationLevel: unsafe extern "system" fn(This: *mut ISWbemSecurity, iImpersonationLevel: WbemImpersonationLevelEnum) -> HRESULT,
    pub get_AuthenticationLevel: unsafe extern "system" fn(This: *mut ISWbemSecurity, iAuthenticationLevel: *mut WbemAuthenticationLevelEnum) -> HRESULT,
    pub put_AuthenticationLevel: unsafe extern "system" fn(This: *mut ISWbemSecurity, iAuthenticationLevel: WbemAuthenticationLevelEnum) -> HRESULT,
    pub get_Privileges: unsafe extern "system" fn(This: *mut ISWbemSecurity, objWbemPrivilegeSet: *mut *mut ISWbemPrivilegeSet) -> HRESULT,
}

Fields

parent: IDispatchVtblget_ImpersonationLevel: unsafe extern "system" fn(This: *mut ISWbemSecurity, iImpersonationLevel: *mut WbemImpersonationLevelEnum) -> HRESULTput_ImpersonationLevel: unsafe extern "system" fn(This: *mut ISWbemSecurity, iImpersonationLevel: WbemImpersonationLevelEnum) -> HRESULTget_AuthenticationLevel: unsafe extern "system" fn(This: *mut ISWbemSecurity, iAuthenticationLevel: *mut WbemAuthenticationLevelEnum) -> HRESULTput_AuthenticationLevel: unsafe extern "system" fn(This: *mut ISWbemSecurity, iAuthenticationLevel: WbemAuthenticationLevelEnum) -> HRESULTget_Privileges: unsafe extern "system" fn(This: *mut ISWbemSecurity, objWbemPrivilegeSet: *mut *mut ISWbemPrivilegeSet) -> HRESULT

Auto Trait Implementations

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]