pub struct UnownedDriver { /* private fields */ }
Expand description
An unowned handle to the driver that is returned through certain environment APIs like |get_driver_on_thread_koid|.
Trait Implementations§
Source§impl<T> PartialEq<UnownedDriver> for Driver<T>
impl<T> PartialEq<UnownedDriver> for Driver<T>
Auto Trait Implementations§
impl Freeze for UnownedDriver
impl RefUnwindSafe for UnownedDriver
impl !Send for UnownedDriver
impl !Sync for UnownedDriver
impl Unpin for UnownedDriver
impl UnwindSafe for UnownedDriver
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