Struct windows_sys::Win32::Graphics::Gdi::EMRGDICOMMENT
[−]Expand description
Required features: "Win32_Graphics_Gdi"
Fields
emr: EMR
cbData: u32
Data: [u8; 1]
Trait Implementations
impl Clone for EMRGDICOMMENT
impl Clone for EMRGDICOMMENT
impl Copy for EMRGDICOMMENT
Auto Trait Implementations
impl RefUnwindSafe for EMRGDICOMMENT
impl Send for EMRGDICOMMENT
impl Sync for EMRGDICOMMENT
impl Unpin for EMRGDICOMMENT
impl UnwindSafe for EMRGDICOMMENT
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