#[repr(C)]pub struct lsqpack_ringbuf {
pub rb_nalloc: c_uint,
pub rb_head: c_uint,
pub rb_tail: c_uint,
pub rb_els: *mut *mut c_void,
}Fields§
§rb_nalloc: c_uint§rb_head: c_uint§rb_tail: c_uint§rb_els: *mut *mut c_voidTrait Implementations§
Source§impl Debug for lsqpack_ringbuf
impl Debug for lsqpack_ringbuf
Auto Trait Implementations§
impl Freeze for lsqpack_ringbuf
impl RefUnwindSafe for lsqpack_ringbuf
impl !Send for lsqpack_ringbuf
impl !Sync for lsqpack_ringbuf
impl Unpin for lsqpack_ringbuf
impl UnwindSafe for lsqpack_ringbuf
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