Struct windows_sys::Win32::Graphics::Gdi::EMRSETMAPPERFLAGS
[−]Expand description
Required features: ‘Win32_Graphics_Gdi’
Fields
emr: EMR
dwFlags: u32
Trait Implementations
impl Clone for EMRSETMAPPERFLAGS
impl Clone for EMRSETMAPPERFLAGS
impl Copy for EMRSETMAPPERFLAGS
Auto Trait Implementations
impl RefUnwindSafe for EMRSETMAPPERFLAGS
impl Send for EMRSETMAPPERFLAGS
impl Sync for EMRSETMAPPERFLAGS
impl Unpin for EMRSETMAPPERFLAGS
impl UnwindSafe for EMRSETMAPPERFLAGS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more