pub struct MessageBufferBlockEvent {
pub event_count: EventCount,
pub timestamp: Timestamp,
pub handle: ObjectHandle,
pub name: Option<MessageBufferName>,
}
Fields§
§event_count: EventCount
§timestamp: Timestamp
§handle: ObjectHandle
§name: Option<MessageBufferName>
Trait Implementations§
source§impl Clone for MessageBufferBlockEvent
impl Clone for MessageBufferBlockEvent
source§fn clone(&self) -> MessageBufferBlockEvent
fn clone(&self) -> MessageBufferBlockEvent
Returns a copy 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 MessageBufferBlockEvent
impl Debug for MessageBufferBlockEvent
source§impl Display for MessageBufferBlockEvent
impl Display for MessageBufferBlockEvent
source§impl Hash for MessageBufferBlockEvent
impl Hash for MessageBufferBlockEvent
source§impl Ord for MessageBufferBlockEvent
impl Ord for MessageBufferBlockEvent
source§fn cmp(&self, other: &MessageBufferBlockEvent) -> Ordering
fn cmp(&self, other: &MessageBufferBlockEvent) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for MessageBufferBlockEvent
impl PartialEq for MessageBufferBlockEvent
source§fn eq(&self, other: &MessageBufferBlockEvent) -> bool
fn eq(&self, other: &MessageBufferBlockEvent) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for MessageBufferBlockEvent
impl PartialOrd for MessageBufferBlockEvent
source§fn partial_cmp(&self, other: &MessageBufferBlockEvent) -> Option<Ordering>
fn partial_cmp(&self, other: &MessageBufferBlockEvent) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Eq for MessageBufferBlockEvent
impl StructuralPartialEq for MessageBufferBlockEvent
Auto Trait Implementations§
impl Freeze for MessageBufferBlockEvent
impl RefUnwindSafe for MessageBufferBlockEvent
impl Send for MessageBufferBlockEvent
impl Sync for MessageBufferBlockEvent
impl Unpin for MessageBufferBlockEvent
impl UnwindSafe for MessageBufferBlockEvent
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