Struct windows_sys::Win32::Devices::Fax::FAX_PRINT_INFOA
[−]#[repr(C)]pub struct FAX_PRINT_INFOA {
pub SizeOfStruct: u32,
pub DocName: PCSTR,
pub RecipientName: PCSTR,
pub RecipientNumber: PCSTR,
pub SenderName: PCSTR,
pub SenderCompany: PCSTR,
pub SenderDept: PCSTR,
pub SenderBillingCode: PCSTR,
pub Reserved: PCSTR,
pub DrEmailAddress: PCSTR,
pub OutputFileName: PCSTR,
}Expand description
Required features: "Win32_Devices_Fax"
Fields
SizeOfStruct: u32DocName: PCSTRRecipientName: PCSTRRecipientNumber: PCSTRSenderName: PCSTRSenderCompany: PCSTRSenderDept: PCSTRSenderBillingCode: PCSTRReserved: PCSTRDrEmailAddress: PCSTROutputFileName: PCSTRTrait Implementations
impl Clone for FAX_PRINT_INFOA
impl Clone for FAX_PRINT_INFOA
impl Copy for FAX_PRINT_INFOA
Auto Trait Implementations
impl RefUnwindSafe for FAX_PRINT_INFOA
impl !Send for FAX_PRINT_INFOA
impl !Sync for FAX_PRINT_INFOA
impl Unpin for FAX_PRINT_INFOA
impl UnwindSafe for FAX_PRINT_INFOA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more