Struct windows_sys::Win32::Graphics::Gdi::EMREXCLUDECLIPRECT
#[repr(C)]pub struct EMREXCLUDECLIPRECT {
pub emr: EMR,
pub rclClip: RECTL,
}
Expand description
Required features: "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§
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