Struct windows_sys::Win32::Graphics::Printing::UNIDRVINFO
[−]#[repr(C)]pub struct UNIDRVINFO {}
Expand description
Required features: ‘Win32_Graphics_Printing’
Fields
dwSize: u32
flGenFlags: u32
wType: u16
fCaps: u16
wXRes: u16
wYRes: u16
sYAdjust: i16
sYMoved: i16
wPrivateData: u16
sShift: i16
SelectFont: INVOC
UnSelectFont: INVOC
wReserved: [u16; 4]
Trait Implementations
impl Clone for UNIDRVINFO
impl Clone for UNIDRVINFO
impl Copy for UNIDRVINFO
Auto Trait Implementations
impl RefUnwindSafe for UNIDRVINFO
impl Send for UNIDRVINFO
impl Sync for UNIDRVINFO
impl Unpin for UNIDRVINFO
impl UnwindSafe for UNIDRVINFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more