Struct rkyv::ops::ArchivedRangeInclusive [−][src]
pub struct ArchivedRangeInclusive<T> {
pub start: T,
pub end: T,
}Expand description
An archived RangeInclusive.
Fields
start: TThe lower bound of the range (inclusive).
end: TThe upper bound of the range (inclusive).
Implementations
Returns true if item is contained in the range.
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl<T> RefUnwindSafe for ArchivedRangeInclusive<T> where
T: RefUnwindSafe,
impl<T> Send for ArchivedRangeInclusive<T> where
T: Send,
impl<T> Sync for ArchivedRangeInclusive<T> where
T: Sync,
impl<T> Unpin for ArchivedRangeInclusive<T> where
T: Unpin,
impl<T> UnwindSafe for ArchivedRangeInclusive<T> where
T: UnwindSafe,
Blanket Implementations
type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
Converts some archived metadata to the pointer metadata for itself.
Mutably borrows from an owned value. Read more