Struct ISCPSecureQuery2_Vtbl
#[repr(C)]pub struct ISCPSecureQuery2_Vtbl {
pub base__: ISCPSecureQuery_Vtbl,
pub MakeDecision2: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const u8, _: u32, _: u32, _: *const u8, _: u32, _: *mut c_void, _: *const u8, _: u32, _: *const u8, _: u32, _: *mut PWSTR, _: *mut u32, _: *mut u32, _: *mut u64, _: *mut c_void, _: *mut *mut c_void, _: *mut u8) -> HRESULT,
}
Fields§
§base__: ISCPSecureQuery_Vtbl
§MakeDecision2: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const u8, _: u32, _: u32, _: *const u8, _: u32, _: *mut c_void, _: *const u8, _: u32, _: *const u8, _: u32, _: *mut PWSTR, _: *mut u32, _: *mut u32, _: *mut u64, _: *mut c_void, _: *mut *mut c_void, _: *mut u8) -> HRESULT
Implementations§
§impl ISCPSecureQuery2_Vtbl
impl ISCPSecureQuery2_Vtbl
pub const fn new<Identity: ISCPSecureQuery2_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISCPSecureQuery2_Vtbl
impl RefUnwindSafe for ISCPSecureQuery2_Vtbl
impl Send for ISCPSecureQuery2_Vtbl
impl Sync for ISCPSecureQuery2_Vtbl
impl Unpin for ISCPSecureQuery2_Vtbl
impl UnwindSafe for ISCPSecureQuery2_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