struct SendHandle(HANDLE);Tuple Fields§
§0: HANDLEImplementations§
Source§impl SendHandle
impl SendHandle
Trait Implementations§
impl Send for SendHandle
Auto Trait Implementations§
impl Freeze for SendHandle
impl RefUnwindSafe for SendHandle
impl !Sync for SendHandle
impl Unpin for SendHandle
impl UnwindSafe for SendHandle
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