#[repr(transparent)]pub struct HINSTANCE(pub isize);
Tuple Fields
0: isize
Implementations
impl HINSTANCE
impl HINSTANCE
pub fn is_invalid(&self) -> bool
Trait Implementations
impl Copy for HINSTANCE
impl Eq for HINSTANCE
impl StructuralEq for HINSTANCE
impl StructuralPartialEq for HINSTANCE
Auto Trait Implementations
impl RefUnwindSafe for HINSTANCE
impl Send for HINSTANCE
impl Sync for HINSTANCE
impl Unpin for HINSTANCE
impl UnwindSafe for HINSTANCE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more