pub struct FutexTable(/* private fields */);
Expand description
A table mapping memory addresses to futex wait queues.
Implementations§
Source§impl FutexTable
impl FutexTable
Auto Trait Implementations§
impl !Freeze for FutexTable
impl !RefUnwindSafe for FutexTable
impl Send for FutexTable
impl Sync for FutexTable
impl Unpin for FutexTable
impl !UnwindSafe for FutexTable
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