Struct msfs::sys::HINSTANCE__
source · #[repr(C)]pub struct HINSTANCE__ {
pub unused: c_int,
}
Fields§
§unused: c_int
Trait Implementations§
source§impl Clone for HINSTANCE__
impl Clone for HINSTANCE__
source§fn clone(&self) -> HINSTANCE__
fn clone(&self) -> HINSTANCE__
Returns a copy 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 HINSTANCE__
impl Debug for HINSTANCE__
impl Copy 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§
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