pub struct FenceIndeterminate<E> { /* private fields */ }Expand description
Blocking wait could not prove fence quiescence. The fence and all in-flight ownership must remain retained for lane recovery or quarantine.
Implementations§
Source§impl<E> FenceIndeterminate<E>
impl<E> FenceIndeterminate<E>
Trait Implementations§
Source§impl<E: Debug> Debug for FenceIndeterminate<E>
impl<E: Debug> Debug for FenceIndeterminate<E>
Auto Trait Implementations§
impl<E> Freeze for FenceIndeterminate<E>where
E: Freeze,
impl<E> RefUnwindSafe for FenceIndeterminate<E>where
E: RefUnwindSafe,
impl<E> Send for FenceIndeterminate<E>where
E: Send,
impl<E> Sync for FenceIndeterminate<E>where
E: Sync,
impl<E> Unpin for FenceIndeterminate<E>where
E: Unpin,
impl<E> UnsafeUnpin for FenceIndeterminate<E>where
E: UnsafeUnpin,
impl<E> UnwindSafe for FenceIndeterminate<E>where
E: 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