pub struct StolenHandle { /* private fields */ }Expand description
wrapper for a stolen/duplicated handle
Implementations§
Source§impl StolenHandle
impl StolenHandle
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StolenHandle
impl RefUnwindSafe for StolenHandle
impl Send for StolenHandle
impl Sync for StolenHandle
impl Unpin for StolenHandle
impl UnwindSafe for StolenHandle
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