Struct windows_sys::Win32::Devices::Fax::FAX_JOB_ENTRYW
#[repr(C)]pub struct FAX_JOB_ENTRYW {Show 20 fields
pub SizeOfStruct: u32,
pub JobId: u32,
pub UserName: PCWSTR,
pub JobType: u32,
pub QueueStatus: u32,
pub Status: u32,
pub Size: u32,
pub PageCount: 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,
}
Fields§
§SizeOfStruct: u32
§JobId: u32
§UserName: PCWSTR
§JobType: u32
§QueueStatus: u32
§Status: u32
§Size: u32
§PageCount: u32
§RecipientNumber: PCWSTR
§RecipientName: PCWSTR
§Tsid: PCWSTR
§SenderName: PCWSTR
§SenderCompany: PCWSTR
§SenderDept: PCWSTR
§BillingCode: PCWSTR
§ScheduleAction: u32
§ScheduleTime: SYSTEMTIME
§DeliveryReportType: u32
§DeliveryReportAddress: PCWSTR
§DocumentName: PCWSTR
Trait Implementations§
§impl Clone for FAX_JOB_ENTRYW
impl Clone for FAX_JOB_ENTRYW
§fn clone(&self) -> FAX_JOB_ENTRYW
fn clone(&self) -> FAX_JOB_ENTRYW
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for FAX_JOB_ENTRYW
Auto Trait Implementations§
impl Freeze for FAX_JOB_ENTRYW
impl RefUnwindSafe for FAX_JOB_ENTRYW
impl !Send for FAX_JOB_ENTRYW
impl !Sync for FAX_JOB_ENTRYW
impl Unpin for FAX_JOB_ENTRYW
impl UnwindSafe for FAX_JOB_ENTRYW
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)