Struct browser_window_core::prelude::cbw_Window [−][src]
#[repr(C)]pub struct cbw_Window {
pub app: *mut cbw_Application,
pub parent: *const cbw_Window,
pub closed: bool,
pub dropped: bool,
pub callbacks: cbw_WindowCallbacks,
pub user_data: *mut c_void,
pub impl_: cbw_WindowImpl,
}Fields
app: *mut cbw_Applicationparent: *const cbw_Windowclosed: booldropped: boolcallbacks: cbw_WindowCallbacksuser_data: *mut c_voidimpl_: cbw_WindowImplTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for cbw_Window
impl !Send for cbw_Window
impl !Sync for cbw_Window
impl Unpin for cbw_Window
impl UnwindSafe for cbw_Window
Blanket Implementations
Mutably borrows from an owned value. Read more