Struct FAX_PRINT_INFOW
#[repr(C)]pub struct FAX_PRINT_INFOW {
pub SizeOfStruct: u32,
pub DocName: PCWSTR,
pub RecipientName: PCWSTR,
pub RecipientNumber: PCWSTR,
pub SenderName: PCWSTR,
pub SenderCompany: PCWSTR,
pub SenderDept: PCWSTR,
pub SenderBillingCode: PCWSTR,
pub Reserved: PCWSTR,
pub DrEmailAddress: PCWSTR,
pub OutputFileName: PCWSTR,
}Fields§
§SizeOfStruct: u32§DocName: PCWSTR§RecipientName: PCWSTR§RecipientNumber: PCWSTR§SenderName: PCWSTR§SenderCompany: PCWSTR§SenderDept: PCWSTR§SenderBillingCode: PCWSTR§Reserved: PCWSTR§DrEmailAddress: PCWSTR§OutputFileName: PCWSTRTrait Implementations§
§impl Clone for FAX_PRINT_INFOW
impl Clone for FAX_PRINT_INFOW
§fn clone(&self) -> FAX_PRINT_INFOW
fn clone(&self) -> FAX_PRINT_INFOW
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_PRINT_INFOW
impl Debug for FAX_PRINT_INFOW
§impl Default for FAX_PRINT_INFOW
impl Default for FAX_PRINT_INFOW
§impl PartialEq for FAX_PRINT_INFOW
impl PartialEq for FAX_PRINT_INFOW
impl Copy for FAX_PRINT_INFOW
impl StructuralPartialEq for FAX_PRINT_INFOW
Auto Trait Implementations§
impl Freeze for FAX_PRINT_INFOW
impl RefUnwindSafe for FAX_PRINT_INFOW
impl !Send for FAX_PRINT_INFOW
impl !Sync for FAX_PRINT_INFOW
impl Unpin for FAX_PRINT_INFOW
impl UnwindSafe for FAX_PRINT_INFOW
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