Struct windows_sys::Win32::Graphics::GdiPlus::GdiplusStartupInput
#[repr(C)]pub struct GdiplusStartupInput {
pub GdiplusVersion: u32,
pub DebugEventCallback: isize,
pub SuppressBackgroundThread: BOOL,
pub SuppressExternalCodecs: BOOL,
}
Fields§
§GdiplusVersion: u32
§DebugEventCallback: isize
§SuppressBackgroundThread: BOOL
§SuppressExternalCodecs: BOOL
Trait Implementations§
§impl Clone for GdiplusStartupInput
impl Clone for GdiplusStartupInput
§fn clone(&self) -> GdiplusStartupInput
fn clone(&self) -> GdiplusStartupInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for GdiplusStartupInput
Auto Trait Implementations§
impl Freeze for GdiplusStartupInput
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)