pub struct PriorityMutexGuard<'a, P: Ord, T, const FIFO: bool, const LOWEST_FIRST: bool> { /* private fields */ }Trait Implementations§
Source§impl<'a, P: Ord, T, const FIFO: bool, const LOWEST_FIRST: bool> Debug for PriorityMutexGuard<'a, P, T, FIFO, LOWEST_FIRST>where
T: Debug,
impl<'a, P: Ord, T, const FIFO: bool, const LOWEST_FIRST: bool> Debug for PriorityMutexGuard<'a, P, T, FIFO, LOWEST_FIRST>where
T: Debug,
Source§impl<'a, P: Ord, T, const FIFO: bool, const LOWEST_FIRST: bool> Deref for PriorityMutexGuard<'a, P, T, FIFO, LOWEST_FIRST>
impl<'a, P: Ord, T, const FIFO: bool, const LOWEST_FIRST: bool> Deref for PriorityMutexGuard<'a, P, T, FIFO, LOWEST_FIRST>
Source§impl<'a, P: Ord, T, const FIFO: bool, const LOWEST_FIRST: bool> DerefMut for PriorityMutexGuard<'a, P, T, FIFO, LOWEST_FIRST>
impl<'a, P: Ord, T, const FIFO: bool, const LOWEST_FIRST: bool> DerefMut for PriorityMutexGuard<'a, P, T, FIFO, LOWEST_FIRST>
Auto Trait Implementations§
impl<'a, P, T, const FIFO: bool, const LOWEST_FIRST: bool> Freeze for PriorityMutexGuard<'a, P, T, FIFO, LOWEST_FIRST>
impl<'a, P, T, const FIFO: bool, const LOWEST_FIRST: bool> !RefUnwindSafe for PriorityMutexGuard<'a, P, T, FIFO, LOWEST_FIRST>
impl<'a, P, T, const FIFO: bool, const LOWEST_FIRST: bool> Send for PriorityMutexGuard<'a, P, T, FIFO, LOWEST_FIRST>
impl<'a, P, T, const FIFO: bool, const LOWEST_FIRST: bool> Sync for PriorityMutexGuard<'a, P, T, FIFO, LOWEST_FIRST>
impl<'a, P, T, const FIFO: bool, const LOWEST_FIRST: bool> Unpin for PriorityMutexGuard<'a, P, T, FIFO, LOWEST_FIRST>
impl<'a, P, T, const FIFO: bool, const LOWEST_FIRST: bool> UnsafeUnpin for PriorityMutexGuard<'a, P, T, FIFO, LOWEST_FIRST>
impl<'a, P, T, const FIFO: bool, const LOWEST_FIRST: bool> !UnwindSafe for PriorityMutexGuard<'a, P, T, FIFO, LOWEST_FIRST>
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