[−][src]Struct browser_window_core::window::c::WindowImpl
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]
pub 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]
pub fn app(&self) -> ApplicationImpl[src]
pub fn destroy(&self)[src]
pub fn drop(&self)[src]
pub fn get_content_dimensions(&self) -> Dims2D[src]
pub fn get_opacity(&self) -> u8[src]
pub fn get_position(&self) -> Pos2D[src]
pub fn get_title(&self) -> String[src]
pub fn get_window_dimensions(&self) -> Dims2D[src]
pub fn hide(&self)[src]
pub fn set_content_dimensions(&self, dimensions: Dims2D)[src]
pub fn set_opacity(&self, opacity: u8)[src]
pub fn set_position(&self, position: Pos2D)[src]
pub fn set_title(&self, title: &str)[src]
pub fn set_window_dimensions(&self, dimensions: Dims2D)[src]
pub fn show(&self)[src]
Auto Trait Implementations
impl RefUnwindSafe for WindowImpl[src]
impl !Send for WindowImpl[src]
impl !Sync for WindowImpl[src]
impl Unpin for WindowImpl[src]
impl UnwindSafe for WindowImpl[src]
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>,