Struct classicube_sys::_WinData
source ·
[−]#[repr(C)]pub struct _WinData {
pub Handle: *mut c_void,
pub Width: c_int,
pub Height: c_int,
pub Exists: cc_bool,
pub Focused: cc_bool,
pub SoftKeyboard: cc_uint8,
pub Inactive: cc_bool,
}Fields
Handle: *mut c_voidWidth: c_intHeight: c_intExists: cc_boolFocused: cc_boolSoftKeyboard: cc_uint8Inactive: cc_boolTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _WinData
impl UnwindSafe for _WinData
Blanket Implementations
Mutably borrows from an owned value. Read more
