Struct windows_sys::Win32::Devices::Fax::FAX_COVERPAGE_INFOW
#[repr(C)]pub struct FAX_COVERPAGE_INFOW {Show 29 fields
pub SizeOfStruct: u32,
pub CoverPageName: PCWSTR,
pub UseServerCoverPage: BOOL,
pub RecName: PCWSTR,
pub RecFaxNumber: PCWSTR,
pub RecCompany: PCWSTR,
pub RecStreetAddress: PCWSTR,
pub RecCity: PCWSTR,
pub RecState: PCWSTR,
pub RecZip: PCWSTR,
pub RecCountry: PCWSTR,
pub RecTitle: PCWSTR,
pub RecDepartment: PCWSTR,
pub RecOfficeLocation: PCWSTR,
pub RecHomePhone: PCWSTR,
pub RecOfficePhone: PCWSTR,
pub SdrName: PCWSTR,
pub SdrFaxNumber: PCWSTR,
pub SdrCompany: PCWSTR,
pub SdrAddress: PCWSTR,
pub SdrTitle: PCWSTR,
pub SdrDepartment: PCWSTR,
pub SdrOfficeLocation: PCWSTR,
pub SdrHomePhone: PCWSTR,
pub SdrOfficePhone: PCWSTR,
pub Note: PCWSTR,
pub Subject: PCWSTR,
pub TimeSent: SYSTEMTIME,
pub PageCount: u32,
}
Fields§
§SizeOfStruct: u32
§CoverPageName: PCWSTR
§UseServerCoverPage: BOOL
§RecName: PCWSTR
§RecFaxNumber: PCWSTR
§RecCompany: PCWSTR
§RecStreetAddress: PCWSTR
§RecCity: PCWSTR
§RecState: PCWSTR
§RecZip: PCWSTR
§RecCountry: PCWSTR
§RecTitle: PCWSTR
§RecDepartment: PCWSTR
§RecOfficeLocation: PCWSTR
§RecHomePhone: PCWSTR
§RecOfficePhone: PCWSTR
§SdrName: PCWSTR
§SdrFaxNumber: PCWSTR
§SdrCompany: PCWSTR
§SdrAddress: PCWSTR
§SdrTitle: PCWSTR
§SdrDepartment: PCWSTR
§SdrOfficeLocation: PCWSTR
§SdrHomePhone: PCWSTR
§SdrOfficePhone: PCWSTR
§Note: PCWSTR
§Subject: PCWSTR
§TimeSent: SYSTEMTIME
§PageCount: u32
Trait Implementations§
§impl Clone for FAX_COVERPAGE_INFOW
impl Clone for FAX_COVERPAGE_INFOW
§fn clone(&self) -> FAX_COVERPAGE_INFOW
fn clone(&self) -> FAX_COVERPAGE_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 moreimpl Copy for FAX_COVERPAGE_INFOW
Auto Trait Implementations§
impl Freeze for FAX_COVERPAGE_INFOW
impl RefUnwindSafe for FAX_COVERPAGE_INFOW
impl !Send for FAX_COVERPAGE_INFOW
impl !Sync for FAX_COVERPAGE_INFOW
impl Unpin for FAX_COVERPAGE_INFOW
impl UnwindSafe for FAX_COVERPAGE_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
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
)