Struct windows::Win32::Devices::Fax::IFaxSecurity2_Vtbl
#[repr(C)]pub struct IFaxSecurity2_Vtbl {
pub base__: IDispatch_Vtbl,
pub Descriptor: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<VARIANT>) -> HRESULT,
pub SetDescriptor: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<VARIANT>) -> HRESULT,
pub GrantedRights: unsafe extern "system" fn(_: *mut c_void, _: *mut FAX_ACCESS_RIGHTS_ENUM_2) -> HRESULT,
pub Refresh: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Save: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub InformationType: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetInformationType: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§Descriptor: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<VARIANT>) -> HRESULT
§SetDescriptor: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<VARIANT>) -> HRESULT
§GrantedRights: unsafe extern "system" fn(_: *mut c_void, _: *mut FAX_ACCESS_RIGHTS_ENUM_2) -> HRESULT
§Refresh: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Save: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§InformationType: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetInformationType: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
Implementations§
§impl IFaxSecurity2_Vtbl
impl IFaxSecurity2_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IFaxSecurity2_Vtblwhere
Identity: IFaxSecurity2_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IFaxSecurity2_Vtbl
impl RefUnwindSafe for IFaxSecurity2_Vtbl
impl Send for IFaxSecurity2_Vtbl
impl Sync for IFaxSecurity2_Vtbl
impl Unpin for IFaxSecurity2_Vtbl
impl UnwindSafe for IFaxSecurity2_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