#[repr(C)]pub struct HMETAFILE__ {
pub unused: c_int,
}
Fields§
§unused: c_int
Trait Implementations§
Source§impl Clone for HMETAFILE__
impl Clone for HMETAFILE__
Source§fn clone(&self) -> HMETAFILE__
fn clone(&self) -> HMETAFILE__
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 HMETAFILE__
impl Debug for HMETAFILE__
Source§impl Ord for HMETAFILE__
impl Ord for HMETAFILE__
Source§fn cmp(&self, other: &HMETAFILE__) -> Ordering
fn cmp(&self, other: &HMETAFILE__) -> 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 HMETAFILE__
impl PartialEq for HMETAFILE__
Source§impl PartialOrd for HMETAFILE__
impl PartialOrd for HMETAFILE__
impl Copy for HMETAFILE__
impl Eq for HMETAFILE__
impl StructuralPartialEq for HMETAFILE__
Auto Trait Implementations§
impl Freeze for HMETAFILE__
impl RefUnwindSafe for HMETAFILE__
impl Send for HMETAFILE__
impl Sync for HMETAFILE__
impl Unpin for HMETAFILE__
impl UnwindSafe for HMETAFILE__
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