Struct windows_sys::Win32::Graphics::Gdi::EMRSETICMPROFILE
[−]#[repr(C)]pub struct EMRSETICMPROFILE {
pub emr: EMR,
pub dwFlags: u32,
pub cbName: u32,
pub cbData: u32,
pub Data: [u8; 1],
}
Expand description
Required features: "Win32_Graphics_Gdi"
Fields
emr: EMR
dwFlags: u32
cbName: u32
cbData: u32
Data: [u8; 1]
Trait Implementations
impl Clone for EMRSETICMPROFILE
impl Clone for EMRSETICMPROFILE
impl Copy for EMRSETICMPROFILE
Auto Trait Implementations
impl RefUnwindSafe for EMRSETICMPROFILE
impl Send for EMRSETICMPROFILE
impl Sync for EMRSETICMPROFILE
impl Unpin for EMRSETICMPROFILE
impl UnwindSafe for EMRSETICMPROFILE
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