#[repr(C)]
pub struct FAX_COVERPAGE_INFOA {
Show 29 fields pub SizeOfStruct: u32, pub CoverPageName: PCSTR, pub UseServerCoverPage: BOOL, pub RecName: PCSTR, pub RecFaxNumber: PCSTR, pub RecCompany: PCSTR, pub RecStreetAddress: PCSTR, pub RecCity: PCSTR, pub RecState: PCSTR, pub RecZip: PCSTR, pub RecCountry: PCSTR, pub RecTitle: PCSTR, pub RecDepartment: PCSTR, pub RecOfficeLocation: PCSTR, pub RecHomePhone: PCSTR, pub RecOfficePhone: PCSTR, pub SdrName: PCSTR, pub SdrFaxNumber: PCSTR, pub SdrCompany: PCSTR, pub SdrAddress: PCSTR, pub SdrTitle: PCSTR, pub SdrDepartment: PCSTR, pub SdrOfficeLocation: PCSTR, pub SdrHomePhone: PCSTR, pub SdrOfficePhone: PCSTR, pub Note: PCSTR, pub Subject: PCSTR, pub TimeSent: SYSTEMTIME, pub PageCount: u32,
}
Expand description

Required features: "Win32_Devices_Fax", "Win32_Foundation"

Fields

SizeOfStruct: u32CoverPageName: PCSTRUseServerCoverPage: BOOLRecName: PCSTRRecFaxNumber: PCSTRRecCompany: PCSTRRecStreetAddress: PCSTRRecCity: PCSTRRecState: PCSTRRecZip: PCSTRRecCountry: PCSTRRecTitle: PCSTRRecDepartment: PCSTRRecOfficeLocation: PCSTRRecHomePhone: PCSTRRecOfficePhone: PCSTRSdrName: PCSTRSdrFaxNumber: PCSTRSdrCompany: PCSTRSdrAddress: PCSTRSdrTitle: PCSTRSdrDepartment: PCSTRSdrOfficeLocation: PCSTRSdrHomePhone: PCSTRSdrOfficePhone: PCSTRNote: PCSTRSubject: PCSTRTimeSent: SYSTEMTIMEPageCount: u32

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.