Struct windows_sys::Win32::Graphics::Printing::OEM_DMEXTRAHEADER
[−]#[repr(C)]pub struct OEM_DMEXTRAHEADER {
pub dwSize: u32,
pub dwSignature: u32,
pub dwVersion: u32,
}
Expand description
Required features: ‘Win32_Graphics_Printing’
Fields
dwSize: u32
dwSignature: u32
dwVersion: u32
Trait Implementations
impl Clone for OEM_DMEXTRAHEADER
impl Clone for OEM_DMEXTRAHEADER
impl Copy for OEM_DMEXTRAHEADER
Auto Trait Implementations
impl RefUnwindSafe for OEM_DMEXTRAHEADER
impl Send for OEM_DMEXTRAHEADER
impl Sync for OEM_DMEXTRAHEADER
impl Unpin for OEM_DMEXTRAHEADER
impl UnwindSafe for OEM_DMEXTRAHEADER
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