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,
pub selectedI: c_int,
pub maxWidgets: c_int,
}
Fields§
§VTABLE: *const ScreenVTABLE
§grabsInput: cc_bool
§blocksWorld: cc_bool
§closable: cc_bool
§dirty: cc_bool
§maxVertices: c_int
§vb: GfxResourceID
§widgets: *mut *mut Widget
§numWidgets: c_int
§selectedI: c_int
§maxWidgets: c_int
Trait Implementations§
source§impl PartialEq for Screen
impl PartialEq for Screen
impl Copy for Screen
impl Eq for Screen
impl StructuralPartialEq for Screen
Auto Trait Implementations§
impl Freeze for Screen
impl RefUnwindSafe for Screen
impl !Send for Screen
impl !Sync for Screen
impl Unpin for Screen
impl UnwindSafe for Screen
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
)