windows::Win32::Devices::Fax

Trait IFaxOutgoingJob2_Impl

pub trait IFaxOutgoingJob2_Impl: IFaxOutgoingJob_Impl {
    // Required methods
    fn HasCoverPage(&self) -> Result<VARIANT_BOOL>;
    fn ReceiptAddress(&self) -> Result<BSTR>;
    fn ScheduleType(&self) -> Result<FAX_SCHEDULE_TYPE_ENUM>;
}

Required Methods§

fn HasCoverPage(&self) -> Result<VARIANT_BOOL>

fn ReceiptAddress(&self) -> Result<BSTR>

fn ScheduleType(&self) -> Result<FAX_SCHEDULE_TYPE_ENUM>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§