Struct windows_sys::Win32::Devices::Fax::FAX_JOB_PARAMA
#[repr(C)]pub struct FAX_JOB_PARAMA {Show 15 fields
pub SizeOfStruct: 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,
pub CallHandle: u32,
pub Reserved: [usize; 3],
}
Fields§
§SizeOfStruct: 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
§CallHandle: u32
§Reserved: [usize; 3]
Trait Implementations§
§impl Clone for FAX_JOB_PARAMA
impl Clone for FAX_JOB_PARAMA
§fn clone(&self) -> FAX_JOB_PARAMA
fn clone(&self) -> FAX_JOB_PARAMA
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_PARAMA
Auto Trait Implementations§
impl Freeze for FAX_JOB_PARAMA
impl RefUnwindSafe for FAX_JOB_PARAMA
impl !Send for FAX_JOB_PARAMA
impl !Sync for FAX_JOB_PARAMA
impl Unpin for FAX_JOB_PARAMA
impl UnwindSafe for FAX_JOB_PARAMA
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
)