Struct browser_window_core::application::c::ApplicationImpl [−][src]
Trait Implementations
impl ApplicationExt for ApplicationImpl
[src]
fn assert_correct_thread(&self)
[src]
fn dispatch(
&self,
work: unsafe fn(_: ApplicationImpl, _: *mut ()),
_data: *mut ()
) -> bool
[src]
&self,
work: unsafe fn(_: ApplicationImpl, _: *mut ()),
_data: *mut ()
) -> bool
fn exit(&self, exit_code: i32)
[src]
fn exit_threadsafe(&self, exit_code: i32)
[src]
fn finish(&self)
[src]
fn initialize(
argc: c_int,
argv: *mut *mut c_char,
_settings: &ApplicationSettings
) -> Self
[src]
argc: c_int,
argv: *mut *mut c_char,
_settings: &ApplicationSettings
) -> Self
fn run(
&self,
on_ready: unsafe fn(_: ApplicationImpl, _: *mut ()),
_data: *mut ()
) -> i32
[src]
&self,
on_ready: unsafe fn(_: ApplicationImpl, _: *mut ()),
_data: *mut ()
) -> i32
impl Clone for ApplicationImpl
[src]
fn clone(&self) -> ApplicationImpl
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for ApplicationImpl
[src]
Auto Trait Implementations
impl RefUnwindSafe for ApplicationImpl
impl !Send for ApplicationImpl
impl !Sync for ApplicationImpl
impl Unpin for ApplicationImpl
impl UnwindSafe for ApplicationImpl
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,