pub struct Handle(/* private fields */);
Expand description
Windows handle.
Trait Implementations§
Source§impl AsRawHandle for Handle
impl AsRawHandle for Handle
Source§fn as_raw_handle(&self) -> HANDLE
fn as_raw_handle(&self) -> HANDLE
Extracts the raw handle. Read more
Source§impl From<Handle> for PlatformMemory
impl From<Handle> for PlatformMemory
Auto Trait Implementations§
impl Freeze for Handle
impl RefUnwindSafe for Handle
impl !Send for Handle
impl !Sync for Handle
impl Unpin for Handle
impl UnwindSafe for Handle
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