#[repr(C)]pub struct IFsrmFileScreenException_Vtbl {
pub base__: IFsrmObject_Vtbl,
pub Path: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub AllowedFileGroups: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetAllowedFileGroups: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IFsrmObject_Vtbl
§Path: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§AllowedFileGroups: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetAllowedFileGroups: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
Implementations§
§impl IFsrmFileScreenException_Vtbl
impl IFsrmFileScreenException_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IFsrmFileScreenException_Vtblwhere
Identity: IFsrmFileScreenException_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IFsrmFileScreenException_Vtbl
impl RefUnwindSafe for IFsrmFileScreenException_Vtbl
impl Send for IFsrmFileScreenException_Vtbl
impl Sync for IFsrmFileScreenException_Vtbl
impl Unpin for IFsrmFileScreenException_Vtbl
impl UnwindSafe for IFsrmFileScreenException_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