Struct io_uring::uring::QueuePointers
source · struct QueuePointers {
head: *const AtomicU32,
tail: *const AtomicU32,
}
Fields§
§head: *const AtomicU32
§tail: *const AtomicU32
Implementations§
Trait Implementations§
impl Send for QueuePointers
impl Sync for QueuePointers
Auto Trait Implementations§
impl RefUnwindSafe for QueuePointers
impl Unpin for QueuePointers
impl UnwindSafe for QueuePointers
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