#[repr(C)]pub struct ring_alloc_ {
pub rp: *mut svm_queue_t,
pub size: u16_,
pub nitems: u16_,
pub hits: u32_,
pub misses: u32_,
}Fields§
§rp: *mut svm_queue_t§size: u16_§nitems: u16_§hits: u32_§misses: u32_Trait Implementations§
Source§impl Clone for ring_alloc_
impl Clone for ring_alloc_
Source§fn clone(&self) -> ring_alloc_
fn clone(&self) -> ring_alloc_
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ring_alloc_
impl Debug for ring_alloc_
Source§impl Default for ring_alloc_
impl Default for ring_alloc_
impl Copy for ring_alloc_
Auto Trait Implementations§
impl Freeze for ring_alloc_
impl RefUnwindSafe for ring_alloc_
impl !Send for ring_alloc_
impl !Sync for ring_alloc_
impl Unpin for ring_alloc_
impl UnsafeUnpin for ring_alloc_
impl UnwindSafe for ring_alloc_
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