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_Graphics_Gdi’
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more