Struct classicube_sys::Screen
source ·
[−]#[repr(C)]pub struct Screen {
pub VTABLE: *const ScreenVTABLE,
pub grabsInput: cc_bool,
pub blocksWorld: cc_bool,
pub closable: cc_bool,
pub dirty: cc_bool,
pub maxVertices: c_int,
pub vb: GfxResourceID,
pub widgets: *mut *mut Widget,
pub numWidgets: c_int,
}Fields
VTABLE: *const ScreenVTABLEgrabsInput: cc_boolblocksWorld: cc_boolclosable: cc_booldirty: cc_boolmaxVertices: c_intvb: GfxResourceIDwidgets: *mut *mut WidgetnumWidgets: c_intTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Screen
impl UnwindSafe for Screen
Blanket Implementations
Mutably borrows from an owned value. Read more
