Struct windows_sys::Win32::Graphics::Gdi::EMREXCLUDECLIPRECT
[−]Expand description
Required features: "Win32_Graphics_Gdi"
, "Win32_Foundation"
Fields
emr: EMR
rclClip: RECTL
Trait Implementations
impl Clone for EMREXCLUDECLIPRECT
impl Clone for EMREXCLUDECLIPRECT
impl Copy for EMREXCLUDECLIPRECT
Auto Trait Implementations
impl RefUnwindSafe for EMREXCLUDECLIPRECT
impl Send for EMREXCLUDECLIPRECT
impl Sync for EMREXCLUDECLIPRECT
impl Unpin for EMREXCLUDECLIPRECT
impl UnwindSafe for EMREXCLUDECLIPRECT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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