Enum rtps_parser::rtps::types::ChangeKind
source · pub enum ChangeKind {
Alive,
AliveFiltered,
NotAliveDisposed,
NotAliveUnregistered,
NotAliveDisposedUnregistered,
}
Expand description
ChangeKind_t Enumeration used to distinguish the kind of change that was made to a data-object. Includes changes to the data or the instance state of the data-object. It can take the values: ALIVE, ALIVE_FILTERED, NOT_ALIVE_DISPOSED, NOT_ALIVE_UNREGISTERED
Variants§
Trait Implementations§
source§impl Clone for ChangeKind
impl Clone for ChangeKind
source§fn clone(&self) -> ChangeKind
fn clone(&self) -> ChangeKind
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 ChangeKind
impl Debug for ChangeKind
source§impl PartialEq for ChangeKind
impl PartialEq for ChangeKind
source§fn eq(&self, other: &ChangeKind) -> bool
fn eq(&self, other: &ChangeKind) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ChangeKind
impl Eq for ChangeKind
impl StructuralEq for ChangeKind
impl StructuralPartialEq for ChangeKind
Auto Trait Implementations§
impl RefUnwindSafe for ChangeKind
impl Send for ChangeKind
impl Sync for ChangeKind
impl Unpin for ChangeKind
impl UnwindSafe for ChangeKind
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