Struct windows_sys::Win32::Graphics::Printing::DRIVER_UPGRADE_INFO_1
[−]#[repr(C)]pub struct DRIVER_UPGRADE_INFO_1 {
pub pPrinterName: *mut i8,
pub pOldDriverDirectory: *mut i8,
}
Expand description
Required features: "Win32_Graphics_Printing"
Fields
pPrinterName: *mut i8
pOldDriverDirectory: *mut i8
Trait Implementations
impl Clone for DRIVER_UPGRADE_INFO_1
impl Clone for DRIVER_UPGRADE_INFO_1
impl Copy for DRIVER_UPGRADE_INFO_1
Auto Trait Implementations
impl RefUnwindSafe for DRIVER_UPGRADE_INFO_1
impl !Send for DRIVER_UPGRADE_INFO_1
impl !Sync for DRIVER_UPGRADE_INFO_1
impl Unpin for DRIVER_UPGRADE_INFO_1
impl UnwindSafe for DRIVER_UPGRADE_INFO_1
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