Struct windows_sys::Win32::Devices::Fax::FAX_JOB_ENTRYA
#[repr(C)]pub struct FAX_JOB_ENTRYA {Show 20 fields
pub SizeOfStruct: u32,
pub JobId: u32,
pub UserName: PCSTR,
pub JobType: u32,
pub QueueStatus: u32,
pub Status: u32,
pub Size: u32,
pub PageCount: u32,
pub RecipientNumber: PCSTR,
pub RecipientName: PCSTR,
pub Tsid: PCSTR,
pub SenderName: PCSTR,
pub SenderCompany: PCSTR,
pub SenderDept: PCSTR,
pub BillingCode: PCSTR,
pub ScheduleAction: u32,
pub ScheduleTime: SYSTEMTIME,
pub DeliveryReportType: u32,
pub DeliveryReportAddress: PCSTR,
pub DocumentName: PCSTR,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§SizeOfStruct: u32
§JobId: u32
§UserName: PCSTR
§JobType: u32
§QueueStatus: u32
§Status: u32
§Size: u32
§PageCount: u32
§RecipientNumber: PCSTR
§RecipientName: PCSTR
§Tsid: PCSTR
§SenderName: PCSTR
§SenderCompany: PCSTR
§SenderDept: PCSTR
§BillingCode: PCSTR
§ScheduleAction: u32
§ScheduleTime: SYSTEMTIME
§DeliveryReportType: u32
§DeliveryReportAddress: PCSTR
§DocumentName: PCSTR
Trait Implementations§
§impl Clone for FAX_JOB_ENTRYA
impl Clone for FAX_JOB_ENTRYA
impl Copy for FAX_JOB_ENTRYA
Auto Trait Implementations§
impl RefUnwindSafe for FAX_JOB_ENTRYA
impl !Send for FAX_JOB_ENTRYA
impl !Sync for FAX_JOB_ENTRYA
impl Unpin for FAX_JOB_ENTRYA
impl UnwindSafe for FAX_JOB_ENTRYA
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