Enum async_rustbus::rustbus_core::ByteOrder [−][src]
pub enum ByteOrder {
LittleEndian,
BigEndian,
}The supported byte orders
pub enum ByteOrder {
LittleEndian,
BigEndian,
}The supported byte orders
impl Copy for ByteOrder[src]impl StructuralPartialEq for ByteOrder[src]impl RefUnwindSafe for ByteOrderimpl Send for ByteOrderimpl Sync for ByteOrderimpl Unpin for ByteOrderimpl UnwindSafe for ByteOrder