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