Struct browser_window::prelude::cbw_Window [−]
#[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
impl Clone for cbw_Window
impl Clone for cbw_Window
pub fn clone(&self) -> cbw_Window
pub fn clone(&self) -> cbw_Window
Returns a copy of the value. Read more
Performs copy-assignment from source
. Read more
impl Debug for cbw_Window
impl Debug for cbw_Window
impl Copy for cbw_Window
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