#[repr(C)]pub struct RawRingBuffer<T = Descriptor> {
pub write_index: u32,
pub read_index: u32,
pub descriptors: [T; 512],
}
Fields§
§write_index: u32
§read_index: u32
§descriptors: [T; 512]
Trait Implementations§
Source§impl<T: Clone> Clone for RawRingBuffer<T>
impl<T: Clone> Clone for RawRingBuffer<T>
Source§fn clone(&self) -> RawRingBuffer<T>
fn clone(&self) -> RawRingBuffer<T>
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<T: Debug> Debug for RawRingBuffer<T>
impl<T: Debug> Debug for RawRingBuffer<T>
impl<T: Copy> Copy for RawRingBuffer<T>
Auto Trait Implementations§
impl<T> Freeze for RawRingBuffer<T>where
T: Freeze,
impl<T> RefUnwindSafe for RawRingBuffer<T>where
T: RefUnwindSafe,
impl<T> Send for RawRingBuffer<T>where
T: Send,
impl<T> Sync for RawRingBuffer<T>where
T: Sync,
impl<T> Unpin for RawRingBuffer<T>where
T: Unpin,
impl<T> UnwindSafe for RawRingBuffer<T>where
T: UnwindSafe,
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§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
)