Enum rtlp_lib::TlpFormatEncodingType
source · pub enum TlpFormatEncodingType {
MemoryRequest,
MemoryLockRequest,
IORequest,
ConfigType0Request,
ConfigType1Request,
Completion,
CompletionLocked,
FetchAtomicOpRequest,
UnconSwapAtomicOpRequest,
CompSwapAtomicOpRequest,
}
Variants§
MemoryRequest
MemoryLockRequest
IORequest
ConfigType0Request
ConfigType1Request
Completion
CompletionLocked
FetchAtomicOpRequest
UnconSwapAtomicOpRequest
CompSwapAtomicOpRequest
Trait Implementations§
source§impl PartialEq<TlpFormatEncodingType> for TlpFormatEncodingType
impl PartialEq<TlpFormatEncodingType> for TlpFormatEncodingType
source§fn eq(&self, other: &TlpFormatEncodingType) -> bool
fn eq(&self, other: &TlpFormatEncodingType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.