Struct browser_window::prelude::cbw_Application [−]
#[repr(C)]pub struct cbw_Application {
pub windows_alive: u32,
pub impl_: cbw_ApplicationImpl,
pub engine_impl: cbw_ApplicationEngineImpl,
}
Fields
windows_alive: u32
impl_: cbw_ApplicationImpl
engine_impl: cbw_ApplicationEngineImpl
Trait Implementations
impl Clone for cbw_Application
impl Clone for cbw_Application
pub fn clone(&self) -> cbw_Application
pub fn clone(&self) -> cbw_Application
Returns a copy of the value. Read more
Performs copy-assignment from source
. Read more
impl Debug for cbw_Application
impl Debug for cbw_Application
impl Copy for cbw_Application
Auto Trait Implementations
impl RefUnwindSafe for cbw_Application
impl Send for cbw_Application
impl Sync for cbw_Application
impl Unpin for cbw_Application
impl UnwindSafe for cbw_Application
Blanket Implementations
Mutably borrows from an owned value. Read more