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§
Auto Trait Implementations§
impl !Send for UnownedDriver
impl !Sync for UnownedDriver
impl Freeze for UnownedDriver
impl RefUnwindSafe for UnownedDriver
impl Unpin for UnownedDriver
impl UnsafeUnpin 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