Struct windows::Win32::System::GroupPolicy::IRSOPInformation_Vtbl
#[repr(C)]pub struct IRSOPInformation_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetNamespace: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PWSTR, _: i32) -> HRESULT,
pub GetFlags: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub GetEventLogEntryText: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: u32, _: *mut PWSTR) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetNamespace: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PWSTR, _: i32) -> HRESULT
§GetFlags: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§GetEventLogEntryText: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: u32, _: *mut PWSTR) -> HRESULT
Implementations§
§impl IRSOPInformation_Vtbl
impl IRSOPInformation_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IRSOPInformation_Vtblwhere
Identity: IRSOPInformation_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IRSOPInformation_Vtbl
impl RefUnwindSafe for IRSOPInformation_Vtbl
impl Send for IRSOPInformation_Vtbl
impl Sync for IRSOPInformation_Vtbl
impl Unpin for IRSOPInformation_Vtbl
impl UnwindSafe for IRSOPInformation_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