Struct windows_sys::Win32::Graphics::Gdi::EMRFILLPATH
[−]Expand description
Required features: "Win32_Graphics_Gdi", "Win32_Foundation"
Fields
emr: EMRrclBounds: RECTLTrait 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
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