pub struct LockGuardVTable {
pub drop_in_place: for<'ptr> unsafe fn(guard: PtrConst<'ptr>),
}
Expand description
Functions for manipulating a guard
Fields§
§drop_in_place: for<'ptr> unsafe fn(guard: PtrConst<'ptr>)
Drops the guard in place
Auto Trait Implementations§
impl Freeze for LockGuardVTable
impl RefUnwindSafe for LockGuardVTable
impl Send for LockGuardVTable
impl Sync for LockGuardVTable
impl Unpin for LockGuardVTable
impl UnwindSafe for LockGuardVTable
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