Struct windows_sys::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 moreimpl Copy 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
)