Struct browser_window_core::window::c::WindowImpl [−][src]
Implementations
impl WindowImpl
[src]
pub fn new(
app: ApplicationImpl,
parent: Self,
title: &str,
width: Option<u32>,
height: Option<u32>,
options: &WindowOptions,
user_data: *mut ()
) -> Self
[src]
app: ApplicationImpl,
parent: Self,
title: &str,
width: Option<u32>,
height: Option<u32>,
options: &WindowOptions,
user_data: *mut ()
) -> Self
Trait Implementations
impl Clone for WindowImpl
[src]
fn clone(&self) -> WindowImpl
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for WindowImpl
[src]
impl Default for WindowImpl
[src]
impl WindowExt for WindowImpl
[src]
fn app(&self) -> ApplicationImpl
[src]
fn destroy(&self)
[src]
fn drop(&self)
[src]
fn get_content_dimensions(&self) -> Dims2D
[src]
fn get_opacity(&self) -> u8
[src]
fn get_position(&self) -> Pos2D
[src]
fn get_title(&self) -> String
[src]
fn get_window_dimensions(&self) -> Dims2D
[src]
fn hide(&self)
[src]
fn set_content_dimensions(&self, dimensions: Dims2D)
[src]
fn set_opacity(&self, opacity: u8)
[src]
fn set_position(&self, position: Pos2D)
[src]
fn set_title(&self, title: &str)
[src]
fn set_window_dimensions(&self, dimensions: Dims2D)
[src]
fn show(&self)
[src]
Auto Trait Implementations
impl RefUnwindSafe for WindowImpl
impl !Send for WindowImpl
impl !Sync for WindowImpl
impl Unpin for WindowImpl
impl UnwindSafe for WindowImpl
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>,