#[repr(C)]
pub struct FAX_DEVICE_STATUSW {
Show 20 fields pub SizeOfStruct: u32, pub CallerId: PCWSTR, pub Csid: PCWSTR, pub CurrentPage: u32, pub DeviceId: u32, pub DeviceName: PCWSTR, pub DocumentName: PCWSTR, pub JobType: u32, pub PhoneNumber: PCWSTR, pub RoutingString: PCWSTR, pub SenderName: PCWSTR, pub RecipientName: PCWSTR, pub Size: u32, pub StartTime: FILETIME, pub Status: u32, pub StatusString: PCWSTR, pub SubmittedTime: FILETIME, pub TotalPages: u32, pub Tsid: PCWSTR, pub UserName: PCWSTR,
}
Expand description

Required features: "Win32_Devices_Fax", "Win32_Foundation"

Fields

SizeOfStruct: u32CallerId: PCWSTRCsid: PCWSTRCurrentPage: u32DeviceId: u32DeviceName: PCWSTRDocumentName: PCWSTRJobType: u32PhoneNumber: PCWSTRRoutingString: PCWSTRSenderName: PCWSTRRecipientName: PCWSTRSize: u32StartTime: FILETIMEStatus: u32StatusString: PCWSTRSubmittedTime: FILETIMETotalPages: u32Tsid: PCWSTRUserName: PCWSTR

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.