Struct parking_lot_core::thread_parker::imp::UnparkHandle
source · pub struct UnparkHandle {
futex: *const AtomicI32,
}
Fields§
§futex: *const AtomicI32
Trait Implementations§
source§impl UnparkHandleT for UnparkHandle
impl UnparkHandleT for UnparkHandle
Auto Trait Implementations§
impl Freeze for UnparkHandle
impl RefUnwindSafe for UnparkHandle
impl !Send for UnparkHandle
impl !Sync for UnparkHandle
impl Unpin for UnparkHandle
impl UnwindSafe for UnparkHandle
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