Struct windows_sys::Win32::Graphics::Gdi::EMRFILLPATH
#[repr(C)]pub struct EMRFILLPATH {
pub emr: EMR,
pub rclBounds: RECTL,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§emr: EMR
§rclBounds: RECTL
Trait Implementations§
§impl Clone for EMRFILLPATH
impl Clone for EMRFILLPATH
impl Copy for EMRFILLPATH
Auto Trait Implementations§
impl RefUnwindSafe for EMRFILLPATH
impl Send for EMRFILLPATH
impl Sync for EMRFILLPATH
impl Unpin for EMRFILLPATH
impl UnwindSafe for EMRFILLPATH
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