Struct classicube_sys::cc_window
source · #[repr(C)]pub struct cc_window {
pub Handle: cc_pointer,
pub Width: c_int,
pub Height: c_int,
pub Exists: cc_bool,
pub Focused: cc_bool,
pub SoftKeyboard: cc_uint8,
pub Inactive: cc_bool,
pub SoftKeyboardFocus: cc_bool,
pub SoftKeyboardInstant: cc_uint8,
pub UIScaleX: f32,
pub UIScaleY: f32,
}
Fields§
§Handle: cc_pointer
§Width: c_int
§Height: c_int
§Exists: cc_bool
§Focused: cc_bool
§SoftKeyboard: cc_uint8
§Inactive: cc_bool
§SoftKeyboardFocus: cc_bool
§SoftKeyboardInstant: cc_uint8
§UIScaleX: f32
§UIScaleY: f32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for cc_window
impl RefUnwindSafe for cc_window
impl !Send for cc_window
impl !Sync for cc_window
impl Unpin for cc_window
impl UnwindSafe for cc_window
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)