#[repr(C)]pub struct RemHGLOBAL {
pub fNullHGlobal: i32,
pub cbData: u32,
pub data: [u8; 1],
}Fields§
§fNullHGlobal: i32§cbData: u32§data: [u8; 1]Trait Implementations§
Source§impl Abi for RemHGLOBAL
impl Abi for RemHGLOBAL
Source§type Abi = RemHGLOBAL
type Abi = RemHGLOBAL
The abi representation of the implementing type. Read more
type DefaultType = RemHGLOBAL
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for RemHGLOBAL
impl Clone for RemHGLOBAL
Source§fn clone(&self) -> RemHGLOBAL
fn clone(&self) -> RemHGLOBAL
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RemHGLOBAL
Source§impl Debug for RemHGLOBAL
impl Debug for RemHGLOBAL
Source§impl Default for RemHGLOBAL
impl Default for RemHGLOBAL
impl Eq for RemHGLOBAL
Auto Trait Implementations§
impl Freeze for RemHGLOBAL
impl RefUnwindSafe for RemHGLOBAL
impl Send for RemHGLOBAL
impl Sync for RemHGLOBAL
impl Unpin for RemHGLOBAL
impl UnsafeUnpin for RemHGLOBAL
impl UnwindSafe for RemHGLOBAL
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