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