#[non_exhaustive]
pub struct Pid;
impl Pid {
pub const USER_DATA: u16 = 0x002c;
pub const TOPIC_DATA: u16 = 0x002e;
pub const GROUP_DATA: u16 = 0x002d;
pub const DURABILITY: u16 = 0x001d;
pub const DURABILITY_SERVICE: u16 = 0x001e;
pub const DEADLINE: u16 = 0x0023;
pub const LATENCY_BUDGET: u16 = 0x0027;
pub const LIVELINESS: u16 = 0x001b;
pub const RELIABILITY: u16 = 0x001a;
pub const LIFESPAN: u16 = 0x002b;
pub const DESTINATION_ORDER: u16 = 0x0025;
pub const HISTORY: u16 = 0x0040;
pub const RESOURCE_LIMITS: u16 = 0x0041;
pub const OWNERSHIP: u16 = 0x001f;
pub const OWNERSHIP_STRENGTH: u16 = 0x0006;
pub const PRESENTATION: u16 = 0x0021;
pub const PARTITION: u16 = 0x0029;
pub const TIME_BASED_FILTER: u16 = 0x0004;
pub const TRANSPORT_PRIORITY: u16 = 0x0049;
pub const READER_DATA_LIFECYCLE: u16 = 0x8046;
pub const WRITER_DATA_LIFECYCLE: u16 = 0x8045;
pub const SENTINEL: u16 = 0x0001;
}