pub struct ReleaseCaptureGuard<'a> { /* private fields */ }
Available on crate features
kernel
and user
only.Expand description
RAII implementation for HWND
which automatically calls
ReleaseCapture
when the object goes out of scope.
Implementations§
Source§impl<'a> ReleaseCaptureGuard<'a>
impl<'a> ReleaseCaptureGuard<'a>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for ReleaseCaptureGuard<'a>
impl<'a> RefUnwindSafe for ReleaseCaptureGuard<'a>
impl<'a> !Send for ReleaseCaptureGuard<'a>
impl<'a> !Sync for ReleaseCaptureGuard<'a>
impl<'a> Unpin for ReleaseCaptureGuard<'a>
impl<'a> UnwindSafe for ReleaseCaptureGuard<'a>
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