#[repr(C)]pub struct QueueMeta {
pub buffer_ptr: usize,
pub buffer_len: usize,
pub head_ptr: usize,
pub tail_ptr: usize,
pub working_ptr: usize,
pub stuck_ptr: usize,
pub working_fd: RawFd,
pub unstuck_fd: RawFd,
}Fields§
§buffer_ptr: usize§buffer_len: usize§head_ptr: usize§tail_ptr: usize§working_ptr: usize§stuck_ptr: usize§working_fd: RawFd§unstuck_fd: RawFdTrait Implementations§
Auto Trait Implementations§
impl Freeze for QueueMeta
impl RefUnwindSafe for QueueMeta
impl Send for QueueMeta
impl Sync for QueueMeta
impl Unpin for QueueMeta
impl UnwindSafe for QueueMeta
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> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)