Struct FAX_JOB_PARAMW
#[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],
}Fields§
§SizeOfStruct: 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§CallHandle: u32§Reserved: [usize; 3]Trait Implementations§
§impl Clone for FAX_JOB_PARAMW
impl Clone for FAX_JOB_PARAMW
§fn clone(&self) -> FAX_JOB_PARAMW
fn clone(&self) -> FAX_JOB_PARAMW
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 more§impl Debug for FAX_JOB_PARAMW
impl Debug for FAX_JOB_PARAMW
§impl Default for FAX_JOB_PARAMW
impl Default for FAX_JOB_PARAMW
§impl PartialEq for FAX_JOB_PARAMW
impl PartialEq for FAX_JOB_PARAMW
impl Copy for FAX_JOB_PARAMW
impl StructuralPartialEq for FAX_JOB_PARAMW
Auto Trait Implementations§
impl Freeze for FAX_JOB_PARAMW
impl RefUnwindSafe for FAX_JOB_PARAMW
impl !Send for FAX_JOB_PARAMW
impl !Sync for FAX_JOB_PARAMW
impl Unpin for FAX_JOB_PARAMW
impl UnwindSafe for FAX_JOB_PARAMW
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