#[repr(transparent)]pub struct HINSTANCE(pub isize);
Tuple Fields§
§0: isize
Trait Implementations§
impl Copy for HINSTANCE
impl Eq for HINSTANCE
impl StructuralPartialEq for HINSTANCE
Auto Trait Implementations§
impl Freeze for HINSTANCE
impl RefUnwindSafe for HINSTANCE
impl Send for HINSTANCE
impl Sync for HINSTANCE
impl Unpin for HINSTANCE
impl UnwindSafe for HINSTANCE
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