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