#[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 duplicate 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 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