Enum itron_solid_fmp3::memorypool::ReleaseError [−][src]
pub enum ReleaseError {
BadContext(MaybeKind),
BadId(MaybeKind),
AccessDenied(MaybeKind),
BadParam(MaybeKind),
}
This is supported on crate feature
unstable
only.Expand description
Error type for MemoryPoolRef::release
.
This type is an error kind type.
Variants
BadContext(MaybeKind)
Tuple Fields
0: MaybeKind
Requires: cfg(not(feature = "none"))
BadId(MaybeKind)
Tuple Fields
0: MaybeKind
Requires: cfg(not(feature = "none"))
AccessDenied(MaybeKind)
Tuple Fields
0: MaybeKind
Requires: cfg(any())
BadParam(MaybeKind)
Tuple Fields
0: MaybeKind
The supplied memory block does not originate from the memory pool.
Requires: cfg(not(feature = "none"))
Trait Implementations
Categorize the specified error code. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.