Struct windows_sys::Win32::Graphics::Printing::DOCEVENT_ESCAPE
[−]#[repr(C)]pub struct DOCEVENT_ESCAPE {
pub iEscape: i32,
pub cjInput: i32,
pub pvInData: *mut c_void,
}Expand description
Required features: ‘Win32_Graphics_Printing’
Fields
iEscape: i32cjInput: i32pvInData: *mut c_voidTrait Implementations
impl Clone for DOCEVENT_ESCAPE
impl Clone for DOCEVENT_ESCAPE
impl Copy for DOCEVENT_ESCAPE
Auto Trait Implementations
impl RefUnwindSafe for DOCEVENT_ESCAPE
impl !Send for DOCEVENT_ESCAPE
impl !Sync for DOCEVENT_ESCAPE
impl Unpin for DOCEVENT_ESCAPE
impl UnwindSafe for DOCEVENT_ESCAPE
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