Struct 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