#[repr(C)]pub struct tagRemHENHMETAFILE {
pub cbData: ULONG,
pub data: [byte; 1],
}
Fields§
§cbData: ULONG
§data: [byte; 1]
Trait Implementations§
Source§impl Clone for tagRemHENHMETAFILE
impl Clone for tagRemHENHMETAFILE
Source§fn clone(&self) -> tagRemHENHMETAFILE
fn clone(&self) -> tagRemHENHMETAFILE
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 Debug for tagRemHENHMETAFILE
impl Debug for tagRemHENHMETAFILE
Source§impl Ord for tagRemHENHMETAFILE
impl Ord for tagRemHENHMETAFILE
Source§fn cmp(&self, other: &tagRemHENHMETAFILE) -> Ordering
fn cmp(&self, other: &tagRemHENHMETAFILE) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagRemHENHMETAFILE
impl PartialEq for tagRemHENHMETAFILE
Source§impl PartialOrd for tagRemHENHMETAFILE
impl PartialOrd for tagRemHENHMETAFILE
impl Copy for tagRemHENHMETAFILE
impl Eq for tagRemHENHMETAFILE
impl StructuralPartialEq for tagRemHENHMETAFILE
Auto Trait Implementations§
impl Freeze for tagRemHENHMETAFILE
impl RefUnwindSafe for tagRemHENHMETAFILE
impl Send for tagRemHENHMETAFILE
impl Sync for tagRemHENHMETAFILE
impl Unpin for tagRemHENHMETAFILE
impl UnwindSafe for tagRemHENHMETAFILE
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