Struct windows::Win32::Devices::Fax::IFaxOutgoingJob2_Vtbl
#[repr(C)]pub struct IFaxOutgoingJob2_Vtbl {
pub base__: IFaxOutgoingJob_Vtbl,
pub HasCoverPage: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub ReceiptAddress: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub ScheduleType: unsafe extern "system" fn(_: *mut c_void, _: *mut FAX_SCHEDULE_TYPE_ENUM) -> HRESULT,
}
Fields§
§base__: IFaxOutgoingJob_Vtbl
§HasCoverPage: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§ReceiptAddress: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§ScheduleType: unsafe extern "system" fn(_: *mut c_void, _: *mut FAX_SCHEDULE_TYPE_ENUM) -> HRESULT
Implementations§
§impl IFaxOutgoingJob2_Vtbl
impl IFaxOutgoingJob2_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IFaxOutgoingJob2_Vtblwhere
Identity: IFaxOutgoingJob2_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IFaxOutgoingJob2_Vtbl
impl RefUnwindSafe for IFaxOutgoingJob2_Vtbl
impl Send for IFaxOutgoingJob2_Vtbl
impl Sync for IFaxOutgoingJob2_Vtbl
impl Unpin for IFaxOutgoingJob2_Vtbl
impl UnwindSafe for IFaxOutgoingJob2_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