Struct eep::ring_buffer::Entry [] [src]

#[repr(packed)]
pub struct Entry<T> { /* fields omitted */ }

Methods

impl<T> Entry<T> where
    T: Trace
[src]

impl<T> Entry<T>
[src]

Trait Implementations

impl<T: Copy> Copy for Entry<T>
[src]

impl<T: Clone> Clone for Entry<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: Debug> Debug for Entry<T>
[src]

Formats the value using the given formatter.

impl<T: Eq> Eq for Entry<T>
[src]

impl<T: PartialEq> PartialEq for Entry<T>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.