#[repr(u32)]pub enum dds_destination_order_kind {
DDS_DESTINATIONORDER_BY_RECEPTION_TIMESTAMP = 0,
DDS_DESTINATIONORDER_BY_SOURCE_TIMESTAMP = 1,
}Variants§
Trait Implementations§
Source§impl Clone for dds_destination_order_kind
impl Clone for dds_destination_order_kind
Source§fn clone(&self) -> dds_destination_order_kind
fn clone(&self) -> dds_destination_order_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_destination_order_kind
impl Debug for dds_destination_order_kind
Source§impl Hash for dds_destination_order_kind
impl Hash for dds_destination_order_kind
impl Copy for dds_destination_order_kind
impl Eq for dds_destination_order_kind
impl StructuralPartialEq for dds_destination_order_kind
Auto Trait Implementations§
impl Freeze for dds_destination_order_kind
impl RefUnwindSafe for dds_destination_order_kind
impl Send for dds_destination_order_kind
impl Sync for dds_destination_order_kind
impl Unpin for dds_destination_order_kind
impl UnwindSafe for dds_destination_order_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