pub struct AtomicPredPtr<T, Pred> { /* private fields */ }Trait Implementations§
Source§impl<T, K, G, Pred> InvariantPredicate<(K, int), (PermissionPtr<T>, G)> for AtomicPredPtr<T, Pred>where
Pred: AtomicInvariantPredicate<K, *mut T, G>,
impl<T, K, G, Pred> InvariantPredicate<(K, int), (PermissionPtr<T>, G)> for AtomicPredPtr<T, Pred>where
Pred: AtomicInvariantPredicate<K, *mut T, G>,
Auto Trait Implementations§
impl<T, Pred> Freeze for AtomicPredPtr<T, Pred>
impl<T, Pred> RefUnwindSafe for AtomicPredPtr<T, Pred>where
T: RefUnwindSafe,
Pred: RefUnwindSafe,
impl<T, Pred> Send for AtomicPredPtr<T, Pred>
impl<T, Pred> Sync for AtomicPredPtr<T, Pred>
impl<T, Pred> Unpin for AtomicPredPtr<T, Pred>
impl<T, Pred> UnwindSafe for AtomicPredPtr<T, Pred>where
T: UnwindSafe,
Pred: UnwindSafe,
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
Source§impl<T, U> IntoSpecImpl<U> for Twhere
U: From<T>,
impl<T, U> IntoSpecImpl<U> for Twhere
U: From<T>,
Source§impl<T, VERUS_SPEC__A> TryFromSpec<T> for VERUS_SPEC__Awhere
VERUS_SPEC__A: TryFrom<T>,
impl<T, VERUS_SPEC__A> TryFromSpec<T> for VERUS_SPEC__Awhere
VERUS_SPEC__A: TryFrom<T>,
Source§exec fn obeys_try_from_spec() -> bool
exec fn obeys_try_from_spec() -> bool
Source§impl<T, VERUS_SPEC__A> TryIntoSpec<T> for VERUS_SPEC__Awhere
VERUS_SPEC__A: TryInto<T>,
impl<T, VERUS_SPEC__A> TryIntoSpec<T> for VERUS_SPEC__Awhere
VERUS_SPEC__A: TryInto<T>,
Source§exec fn obeys_try_into_spec() -> bool
exec fn obeys_try_into_spec() -> bool
Source§impl<T, U> TryIntoSpecImpl<U> for Twhere
U: TryFrom<T>,
impl<T, U> TryIntoSpecImpl<U> for Twhere
U: TryFrom<T>,
Source§open spec fn obeys_try_into_spec() -> bool
open spec fn obeys_try_into_spec() -> bool
{ <U as TryFromSpec<Self>>::obeys_try_from_spec() }