Struct windows_sys::Graphics::Printing::PrintTaskCompletion
[−]#[repr(transparent)]pub struct PrintTaskCompletion(pub i32);
Expand description
Required features: "Graphics_Printing"
Tuple Fields
0: i32
Implementations
impl PrintTaskCompletion
impl PrintTaskCompletion
Trait Implementations
impl Clone for PrintTaskCompletion
impl Clone for PrintTaskCompletion
impl Copy for PrintTaskCompletion
Auto Trait Implementations
impl RefUnwindSafe for PrintTaskCompletion
impl Send for PrintTaskCompletion
impl Sync for PrintTaskCompletion
impl Unpin for PrintTaskCompletion
impl UnwindSafe for PrintTaskCompletion
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