Struct windows::Win32::Graphics::Printing::BranchOfficeJobDataError
#[repr(C)]pub struct BranchOfficeJobDataError {
pub LastError: u32,
pub pDocumentName: PWSTR,
pub pUserName: PWSTR,
pub pPrinterName: PWSTR,
pub pDataType: PWSTR,
pub TotalSize: i64,
pub PrintedSize: i64,
pub TotalPages: u32,
pub PrintedPages: u32,
pub pMachineName: PWSTR,
pub pJobError: PWSTR,
pub pErrorDescription: PWSTR,
}
Fields§
§LastError: u32
§pDocumentName: PWSTR
§pUserName: PWSTR
§pPrinterName: PWSTR
§pDataType: PWSTR
§TotalSize: i64
§PrintedSize: i64
§TotalPages: u32
§PrintedPages: u32
§pMachineName: PWSTR
§pJobError: PWSTR
§pErrorDescription: PWSTR
Trait Implementations§
§impl Clone for BranchOfficeJobDataError
impl Clone for BranchOfficeJobDataError
§fn clone(&self) -> BranchOfficeJobDataError
fn clone(&self) -> BranchOfficeJobDataError
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 BranchOfficeJobDataError
impl Debug for BranchOfficeJobDataError
§impl Default for BranchOfficeJobDataError
impl Default for BranchOfficeJobDataError
§impl PartialEq for BranchOfficeJobDataError
impl PartialEq for BranchOfficeJobDataError
§fn eq(&self, other: &BranchOfficeJobDataError) -> bool
fn eq(&self, other: &BranchOfficeJobDataError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for BranchOfficeJobDataError
impl Eq for BranchOfficeJobDataError
impl StructuralPartialEq for BranchOfficeJobDataError
Auto Trait Implementations§
impl Freeze for BranchOfficeJobDataError
impl RefUnwindSafe for BranchOfficeJobDataError
impl !Send for BranchOfficeJobDataError
impl !Sync for BranchOfficeJobDataError
impl Unpin for BranchOfficeJobDataError
impl UnwindSafe for BranchOfficeJobDataError
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
)