#[repr(C)]pub struct cbw_Application {
pub windows_alive: c_uint,
pub is_running: cBOOL,
pub is_done: cBOOL,
pub impl_: cbw_ApplicationImpl,
pub engine_impl: cbw_ApplicationEngineImpl,
}
Fields§
§windows_alive: c_uint
§is_running: cBOOL
§is_done: cBOOL
§impl_: cbw_ApplicationImpl
§engine_impl: cbw_ApplicationEngineImpl
Trait Implementations§
Source§impl Clone for cbw_Application
impl Clone for cbw_Application
Source§fn clone(&self) -> cbw_Application
fn clone(&self) -> cbw_Application
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for cbw_Application
impl Debug for cbw_Application
impl Copy for cbw_Application
Auto Trait Implementations§
impl Freeze for cbw_Application
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§
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