Struct windows::Win32::System::ComponentServices::SecurityProperty_Vtbl
#[repr(C)]pub struct SecurityProperty_Vtbl {
pub base__: IDispatch_Vtbl,
pub GetDirectCallerName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub GetDirectCreatorName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub GetOriginalCallerName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub GetOriginalCreatorName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§GetDirectCallerName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§GetDirectCreatorName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§GetOriginalCallerName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§GetOriginalCreatorName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
Implementations§
§impl SecurityProperty_Vtbl
impl SecurityProperty_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> SecurityProperty_Vtblwhere
Identity: SecurityProperty_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for SecurityProperty_Vtbl
impl RefUnwindSafe for SecurityProperty_Vtbl
impl Send for SecurityProperty_Vtbl
impl Sync for SecurityProperty_Vtbl
impl Unpin for SecurityProperty_Vtbl
impl UnwindSafe for SecurityProperty_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