Struct windows::Win32::Graphics::GdiPlus::GdiplusAbort_Vtbl
#[repr(C)]pub struct GdiplusAbort_Vtbl {
pub Abort: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§Abort: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl GdiplusAbort_Vtbl
impl GdiplusAbort_Vtbl
pub const fn new<Impl: GdiplusAbort_Impl>() -> GdiplusAbort_Vtbl
Auto Trait Implementations§
impl Freeze for GdiplusAbort_Vtbl
impl RefUnwindSafe for GdiplusAbort_Vtbl
impl Send for GdiplusAbort_Vtbl
impl Sync for GdiplusAbort_Vtbl
impl Unpin for GdiplusAbort_Vtbl
impl UnwindSafe for GdiplusAbort_Vtbl
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