pub struct WindowHostHandle { /* private fields */ }Expand description
Ephemeral, reusable window behavior handle. Created inside WindowHost and
passed to the WindowModifierExt helpers so custom chrome can reuse the
exact same window behavior.
Trait Implementations§
Source§impl Clone for WindowHostHandle
impl Clone for WindowHostHandle
Source§fn clone(&self) -> WindowHostHandle
fn clone(&self) -> WindowHostHandle
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for WindowHostHandle
impl !Send for WindowHostHandle
impl !Sync for WindowHostHandle
impl !UnwindSafe for WindowHostHandle
impl Freeze for WindowHostHandle
impl Unpin for WindowHostHandle
impl UnsafeUnpin for WindowHostHandle
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