Struct windows_sys::Win32::Graphics::Gdi::ENHMETARECORD
[−]Expand description
Required features: ‘Win32_Graphics_Gdi’
Fields
iType: u32
nSize: u32
dParm: [u32; 1]
Trait Implementations
impl Clone for ENHMETARECORD
impl Clone for ENHMETARECORD
impl Copy for ENHMETARECORD
Auto Trait Implementations
impl RefUnwindSafe for ENHMETARECORD
impl Send for ENHMETARECORD
impl Sync for ENHMETARECORD
impl Unpin for ENHMETARECORD
impl UnwindSafe for ENHMETARECORD
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