#[repr(C)]
pub struct FAX_JOB_PARAMW {
Show 15 fields pub SizeOfStruct: u32, pub RecipientNumber: PCWSTR, pub RecipientName: PCWSTR, pub Tsid: PCWSTR, pub SenderName: PCWSTR, pub SenderCompany: PCWSTR, pub SenderDept: PCWSTR, pub BillingCode: PCWSTR, pub ScheduleAction: u32, pub ScheduleTime: SYSTEMTIME, pub DeliveryReportType: u32, pub DeliveryReportAddress: PCWSTR, pub DocumentName: PCWSTR, pub CallHandle: u32, pub Reserved: [usize; 3],
}
Expand description

Required features: "Win32_Devices_Fax", "Win32_Foundation"

Fields

SizeOfStruct: u32RecipientNumber: PCWSTRRecipientName: PCWSTRTsid: PCWSTRSenderName: PCWSTRSenderCompany: PCWSTRSenderDept: PCWSTRBillingCode: PCWSTRScheduleAction: u32ScheduleTime: SYSTEMTIMEDeliveryReportType: u32DeliveryReportAddress: PCWSTRDocumentName: PCWSTRCallHandle: u32Reserved: [usize; 3]

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.