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_Application
parent: *const cbw_Window
closed: bool
dropped: bool
callbacks: cbw_WindowCallbacks
user_data: *mut c_void
impl_: cbw_WindowImpl
Trait 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