Struct vc6_sys::tagRemHGLOBAL
source · #[repr(C)]pub struct tagRemHGLOBAL {
pub fNullHGlobal: c_long,
pub cbData: c_ulong,
pub data: [byte; 1],
}Expand description
Generated header for interface: IWinTypes at Thu Sep 11 10:57:03 1997 using MIDL 3.03.0110
Fields§
§fNullHGlobal: c_long§cbData: c_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
impl Copy for tagRemHGLOBAL
Auto Trait Implementations§
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