Struct windows::Win32::Security::Authorization::UI::ISecurityInformation2_Vtbl
#[repr(C)]pub struct ISecurityInformation2_Vtbl {
pub base__: IUnknown_Vtbl,
pub IsDaclCanonical: unsafe extern "system" fn(_: *mut c_void, _: *const ACL) -> BOOL,
pub LookupSids: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const PSID, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§IsDaclCanonical: unsafe extern "system" fn(_: *mut c_void, _: *const ACL) -> BOOL
§LookupSids: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const PSID, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl ISecurityInformation2_Vtbl
impl ISecurityInformation2_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ISecurityInformation2_Vtblwhere
Identity: ISecurityInformation2_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISecurityInformation2_Vtbl
impl RefUnwindSafe for ISecurityInformation2_Vtbl
impl Send for ISecurityInformation2_Vtbl
impl Sync for ISecurityInformation2_Vtbl
impl Unpin for ISecurityInformation2_Vtbl
impl UnwindSafe for ISecurityInformation2_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