pub struct WindowHandle(/* private fields */);Implementations§
Source§impl WindowHandle
impl WindowHandle
Trait Implementations§
Source§impl Clone for WindowHandle
impl Clone for WindowHandle
Source§fn clone(&self) -> WindowHandle
fn clone(&self) -> WindowHandle
Returns a duplicate 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 WindowHandle
impl Debug for WindowHandle
Source§impl Default for WindowHandle
impl Default for WindowHandle
Source§fn default() -> WindowHandle
fn default() -> WindowHandle
Returns the “default value” for a type. Read more
Source§impl From<WindowHandle> for HWND
impl From<WindowHandle> for HWND
Source§fn from(value: WindowHandle) -> Self
fn from(value: WindowHandle) -> Self
Converts to this type from the input type.
Source§impl Hash for WindowHandle
impl Hash for WindowHandle
Source§impl PartialEq for WindowHandle
impl PartialEq for WindowHandle
impl Copy for WindowHandle
impl Eq for WindowHandle
impl Send for WindowHandle
impl StructuralPartialEq for WindowHandle
impl Sync for WindowHandle
Auto Trait Implementations§
impl Freeze for WindowHandle
impl RefUnwindSafe for WindowHandle
impl Unpin for WindowHandle
impl UnwindSafe for WindowHandle
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