Struct windows_sys::Win32::Graphics::Printing::INVOC
#[repr(C)]pub struct INVOC {
pub dwCount: u32,
pub loOffset: u32,
}Fields§
§dwCount: u32§loOffset: u32Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for INVOC
impl Send for INVOC
impl Sync for INVOC
impl Unpin for INVOC
impl UnwindSafe for INVOC
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