Struct windows_sys::Win32::Graphics::GdiPlus::GdiplusStartupInput
#[repr(C)]pub struct GdiplusStartupInput {
pub GdiplusVersion: u32,
pub DebugEventCallback: isize,
pub SuppressBackgroundThread: BOOL,
pub SuppressExternalCodecs: BOOL,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§GdiplusVersion: u32
§DebugEventCallback: isize
§SuppressBackgroundThread: BOOL
§SuppressExternalCodecs: BOOL
Trait Implementations§
§impl Clone for GdiplusStartupInput
impl Clone for GdiplusStartupInput
impl Copy for GdiplusStartupInput
Auto Trait Implementations§
impl RefUnwindSafe for GdiplusStartupInput
impl Send for GdiplusStartupInput
impl Sync for GdiplusStartupInput
impl Unpin for GdiplusStartupInput
impl UnwindSafe for GdiplusStartupInput
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