Struct windows_sys::Win32::Graphics::Gdi::METARECORD
[−]Expand description
Required features: "Win32_Graphics_Gdi"
Fields
rdSize: u32
rdFunction: u16
rdParm: [u16; 1]
Trait Implementations
impl Clone for METARECORD
impl Clone for METARECORD
impl Copy for METARECORD
Auto Trait Implementations
impl RefUnwindSafe for METARECORD
impl Send for METARECORD
impl Sync for METARECORD
impl Unpin for METARECORD
impl UnwindSafe for METARECORD
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