pub struct RingBufferMetadataKey {
pub ring_buffer: RingBufferId,
}Fields§
§ring_buffer: RingBufferIdImplementations§
Source§impl RingBufferMetadataKey
impl RingBufferMetadataKey
pub fn new(ring_buffer: RingBufferId) -> Self
Trait Implementations§
Source§impl Clone for RingBufferMetadataKey
impl Clone for RingBufferMetadataKey
Source§fn clone(&self) -> RingBufferMetadataKey
fn clone(&self) -> RingBufferMetadataKey
Returns a duplicate 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 Debug for RingBufferMetadataKey
impl Debug for RingBufferMetadataKey
Source§impl EncodableKey for RingBufferMetadataKey
impl EncodableKey for RingBufferMetadataKey
Source§impl PartialEq for RingBufferMetadataKey
impl PartialEq for RingBufferMetadataKey
impl StructuralPartialEq for RingBufferMetadataKey
Auto Trait Implementations§
impl Freeze for RingBufferMetadataKey
impl RefUnwindSafe for RingBufferMetadataKey
impl Send for RingBufferMetadataKey
impl Sync for RingBufferMetadataKey
impl Unpin for RingBufferMetadataKey
impl UnwindSafe for RingBufferMetadataKey
Blanket Implementations§
§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, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)