#[repr(C)]pub struct INetFwServiceRestriction_Vtbl {
pub base__: IDispatch_Vtbl,
pub RestrictService: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: MaybeUninit<BSTR>, _: VARIANT_BOOL, _: VARIANT_BOOL) -> HRESULT,
pub ServiceRestricted: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: MaybeUninit<BSTR>, _: *mut VARIANT_BOOL) -> HRESULT,
pub Rules: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§RestrictService: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: MaybeUninit<BSTR>, _: VARIANT_BOOL, _: VARIANT_BOOL) -> HRESULT
§ServiceRestricted: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: MaybeUninit<BSTR>, _: *mut VARIANT_BOOL) -> HRESULT
§Rules: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl INetFwServiceRestriction_Vtbl
impl INetFwServiceRestriction_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> INetFwServiceRestriction_Vtblwhere
Identity: INetFwServiceRestriction_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for INetFwServiceRestriction_Vtbl
impl RefUnwindSafe for INetFwServiceRestriction_Vtbl
impl Send for INetFwServiceRestriction_Vtbl
impl Sync for INetFwServiceRestriction_Vtbl
impl Unpin for INetFwServiceRestriction_Vtbl
impl UnwindSafe for INetFwServiceRestriction_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