Struct IRDPSRAPIApplicationFilter_Vtbl
#[repr(C)]pub struct IRDPSRAPIApplicationFilter_Vtbl {
pub base__: IDispatch_Vtbl,
pub Applications: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Windows: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Enabled: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub SetEnabled: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§Applications: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Windows: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Enabled: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§SetEnabled: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT
Implementations§
§impl IRDPSRAPIApplicationFilter_Vtbl
impl IRDPSRAPIApplicationFilter_Vtbl
pub const fn new<Identity: IRDPSRAPIApplicationFilter_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IRDPSRAPIApplicationFilter_Vtbl
impl RefUnwindSafe for IRDPSRAPIApplicationFilter_Vtbl
impl Send for IRDPSRAPIApplicationFilter_Vtbl
impl Sync for IRDPSRAPIApplicationFilter_Vtbl
impl Unpin for IRDPSRAPIApplicationFilter_Vtbl
impl UnwindSafe for IRDPSRAPIApplicationFilter_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