#[repr(C)]pub struct userHMETAFILEPICT {
pub fContext: LONG,
pub u: userHMETAFILEPICT_u,
}
Fields§
§fContext: LONG
§u: userHMETAFILEPICT_u
Trait Implementations§
Source§impl Clone for userHMETAFILEPICT
impl Clone for userHMETAFILEPICT
Source§fn clone(&self) -> userHMETAFILEPICT
fn clone(&self) -> userHMETAFILEPICT
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for userHMETAFILEPICT
impl Default for userHMETAFILEPICT
Source§fn default() -> userHMETAFILEPICT
fn default() -> userHMETAFILEPICT
Returns the “default value” for a type. Read more
impl Copy for userHMETAFILEPICT
Auto Trait Implementations§
impl Freeze for userHMETAFILEPICT
impl RefUnwindSafe for userHMETAFILEPICT
impl Send for userHMETAFILEPICT
impl Sync for userHMETAFILEPICT
impl Unpin for userHMETAFILEPICT
impl UnwindSafe for userHMETAFILEPICT
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more