Struct windows_sys::Win32::Graphics::Gdi::EMRCREATEMONOBRUSH
[−]#[repr(C)]pub struct EMRCREATEMONOBRUSH {
pub emr: EMR,
pub ihBrush: u32,
pub iUsage: u32,
pub offBmi: u32,
pub cbBmi: u32,
pub offBits: u32,
pub cbBits: u32,
}
Expand description
Required features: "Win32_Graphics_Gdi"
Fields
emr: EMR
ihBrush: u32
iUsage: u32
offBmi: u32
cbBmi: u32
offBits: u32
cbBits: u32
Trait Implementations
impl Clone for EMRCREATEMONOBRUSH
impl Clone for EMRCREATEMONOBRUSH
impl Copy for EMRCREATEMONOBRUSH
Auto Trait Implementations
impl RefUnwindSafe for EMRCREATEMONOBRUSH
impl Send for EMRCREATEMONOBRUSH
impl Sync for EMRCREATEMONOBRUSH
impl Unpin for EMRCREATEMONOBRUSH
impl UnwindSafe for EMRCREATEMONOBRUSH
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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