#[repr(u32)]pub enum dds_liveliness_kind {
DDS_LIVELINESS_AUTOMATIC = 0,
DDS_LIVELINESS_MANUAL_BY_PARTICIPANT = 1,
DDS_LIVELINESS_MANUAL_BY_TOPIC = 2,
}Variants§
DDS_LIVELINESS_AUTOMATIC = 0
DDS_LIVELINESS_MANUAL_BY_PARTICIPANT = 1
DDS_LIVELINESS_MANUAL_BY_TOPIC = 2
Trait Implementations§
Source§impl Clone for dds_liveliness_kind
impl Clone for dds_liveliness_kind
Source§fn clone(&self) -> dds_liveliness_kind
fn clone(&self) -> dds_liveliness_kind
Returns a duplicate 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 dds_liveliness_kind
impl Debug for dds_liveliness_kind
Source§impl Hash for dds_liveliness_kind
impl Hash for dds_liveliness_kind
Source§impl PartialEq for dds_liveliness_kind
impl PartialEq for dds_liveliness_kind
impl Copy for dds_liveliness_kind
impl Eq for dds_liveliness_kind
impl StructuralPartialEq for dds_liveliness_kind
Auto Trait Implementations§
impl Freeze for dds_liveliness_kind
impl RefUnwindSafe for dds_liveliness_kind
impl Send for dds_liveliness_kind
impl Sync for dds_liveliness_kind
impl Unpin for dds_liveliness_kind
impl UnwindSafe for dds_liveliness_kind
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