pub struct CloseHandle<F: Flavor>(/* private fields */);Expand description
The CloseHandle is a special type for flavor Null, only impl Clone and Drop
Trait Implementations§
Source§impl<F: Flavor> Clone for CloseHandle<F>
impl<F: Flavor> Clone for CloseHandle<F>
Source§impl<F: Flavor> Drop for CloseHandle<F>
impl<F: Flavor> Drop for CloseHandle<F>
Auto Trait Implementations§
impl<F> Freeze for CloseHandle<F>
impl<F> RefUnwindSafe for CloseHandle<F>
impl<F> Send for CloseHandle<F>
impl<F> Sync for CloseHandle<F>
impl<F> Unpin for CloseHandle<F>
impl<F> UnwindSafe for CloseHandle<F>
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