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