Struct xplm_sys::_bindgen_ty_37 [] [src]

#[repr(C)]
pub struct _bindgen_ty_37 { pub structSize: c_int, pub left: c_int, pub top: c_int, pub right: c_int, pub bottom: c_int, pub visible: c_int, pub drawWindowFunc: XPLMDrawWindow_f, pub handleMouseClickFunc: XPLMHandleMouseClick_f, pub handleKeyFunc: XPLMHandleKey_f, pub handleCursorFunc: XPLMHandleCursor_f, pub handleMouseWheelFunc: XPLMHandleMouseWheel_f, pub refcon: *mut c_void, }

Fields

Trait Implementations

impl Debug for _bindgen_ty_37
[src]

Formats the value using the given formatter.

impl Copy for _bindgen_ty_37
[src]

impl Clone for _bindgen_ty_37
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more