Struct windows_sys::Win32::Graphics::GdiPlus::GdiplusStartupOutput
#[repr(C)]pub struct GdiplusStartupOutput {
pub NotificationHook: isize,
pub NotificationUnhook: isize,
}
Fields§
§NotificationHook: isize
§NotificationUnhook: isize
Trait Implementations§
§impl Clone for GdiplusStartupOutput
impl Clone for GdiplusStartupOutput
impl Copy for GdiplusStartupOutput
Auto Trait Implementations§
impl RefUnwindSafe for GdiplusStartupOutput
impl Send for GdiplusStartupOutput
impl Sync for GdiplusStartupOutput
impl Unpin for GdiplusStartupOutput
impl UnwindSafe for GdiplusStartupOutput
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