Struct HGLOBAL
#[repr(transparent)]pub struct HGLOBAL(pub *mut c_void);
Tuple Fields§
§0: *mut c_void
Implementations§
§impl HGLOBAL
impl HGLOBAL
pub fn is_invalid(&self) -> bool
Trait Implementations§
impl Copy for HGLOBAL
impl Eq for HGLOBAL
impl StructuralPartialEq for HGLOBAL
Auto Trait Implementations§
impl Freeze for HGLOBAL
impl RefUnwindSafe for HGLOBAL
impl !Send for HGLOBAL
impl !Sync for HGLOBAL
impl Unpin for HGLOBAL
impl UnwindSafe for HGLOBAL
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