Struct windows::Win32::System::ComponentServices::ISecurityProperty_Vtbl
#[repr(C)]pub struct ISecurityProperty_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetDirectCreatorSID: unsafe extern "system" fn(_: *mut c_void, _: *mut PSID) -> HRESULT,
pub GetOriginalCreatorSID: unsafe extern "system" fn(_: *mut c_void, _: *mut PSID) -> HRESULT,
pub GetDirectCallerSID: unsafe extern "system" fn(_: *mut c_void, _: *mut PSID) -> HRESULT,
pub GetOriginalCallerSID: unsafe extern "system" fn(_: *mut c_void, _: *mut PSID) -> HRESULT,
pub ReleaseSID: unsafe extern "system" fn(_: *mut c_void, _: PSID) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetDirectCreatorSID: unsafe extern "system" fn(_: *mut c_void, _: *mut PSID) -> HRESULT
§GetOriginalCreatorSID: unsafe extern "system" fn(_: *mut c_void, _: *mut PSID) -> HRESULT
§GetDirectCallerSID: unsafe extern "system" fn(_: *mut c_void, _: *mut PSID) -> HRESULT
§GetOriginalCallerSID: unsafe extern "system" fn(_: *mut c_void, _: *mut PSID) -> HRESULT
§ReleaseSID: unsafe extern "system" fn(_: *mut c_void, _: PSID) -> HRESULT
Implementations§
§impl ISecurityProperty_Vtbl
impl ISecurityProperty_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ISecurityProperty_Vtblwhere
Identity: ISecurityProperty_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISecurityProperty_Vtbl
impl RefUnwindSafe for ISecurityProperty_Vtbl
impl Send for ISecurityProperty_Vtbl
impl Sync for ISecurityProperty_Vtbl
impl Unpin for ISecurityProperty_Vtbl
impl UnwindSafe for ISecurityProperty_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