Struct windows::Win32::System::Com::IClientSecurity_Vtbl
#[repr(C)]pub struct IClientSecurity_Vtbl {
pub base__: IUnknown_Vtbl,
pub QueryBlanket: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut u32, _: *mut u32, _: *mut *mut u16, _: *mut RPC_C_AUTHN_LEVEL, _: *mut RPC_C_IMP_LEVEL, _: *mut *mut c_void, _: *mut u32) -> HRESULT,
pub SetBlanket: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: u32, _: PCWSTR, _: RPC_C_AUTHN_LEVEL, _: RPC_C_IMP_LEVEL, _: *const c_void, _: u32) -> HRESULT,
pub CopyProxy: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§QueryBlanket: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut u32, _: *mut u32, _: *mut *mut u16, _: *mut RPC_C_AUTHN_LEVEL, _: *mut RPC_C_IMP_LEVEL, _: *mut *mut c_void, _: *mut u32) -> HRESULT
§SetBlanket: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: u32, _: PCWSTR, _: RPC_C_AUTHN_LEVEL, _: RPC_C_IMP_LEVEL, _: *const c_void, _: u32) -> HRESULT
§CopyProxy: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IClientSecurity_Vtbl
impl IClientSecurity_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IClientSecurity_Vtblwhere
Identity: IClientSecurity_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IClientSecurity_Vtbl
impl RefUnwindSafe for IClientSecurity_Vtbl
impl Send for IClientSecurity_Vtbl
impl Sync for IClientSecurity_Vtbl
impl Unpin for IClientSecurity_Vtbl
impl UnwindSafe for IClientSecurity_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