Struct windows_sys::Win32::Graphics::Gdi::EMRRESTOREDC
#[repr(C)]pub struct EMRRESTOREDC {
pub emr: EMR,
pub iRelative: i32,
}
Fields§
§emr: EMR
§iRelative: i32
Trait Implementations§
§impl Clone for EMRRESTOREDC
impl Clone for EMRRESTOREDC
impl Copy for EMRRESTOREDC
Auto Trait Implementations§
impl RefUnwindSafe for EMRRESTOREDC
impl Send for EMRRESTOREDC
impl Sync for EMRRESTOREDC
impl Unpin for EMRRESTOREDC
impl UnwindSafe for EMRRESTOREDC
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