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,
}Expand description
Required features: "Win32_Graphics_Printing"
Fields
LastError: u32pDocumentName: PWSTRpUserName: PWSTRpPrinterName: PWSTRpDataType: PWSTRTotalSize: i64PrintedSize: i64TotalPages: u32PrintedPages: u32pMachineName: PWSTRpJobError: PWSTRpErrorDescription: PWSTRTrait Implementations
impl Clone for BranchOfficeJobDataError
impl Clone for BranchOfficeJobDataError
impl Copy for BranchOfficeJobDataError
Auto Trait Implementations
impl RefUnwindSafe for BranchOfficeJobDataError
impl !Send for BranchOfficeJobDataError
impl !Sync for BranchOfficeJobDataError
impl Unpin for BranchOfficeJobDataError
impl UnwindSafe for BranchOfficeJobDataError
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