Struct rkyv::ops::ArchivedRange [−][src]
pub struct ArchivedRange<T> {
pub start: T,
pub end: T,
}Expand description
An archived Range.
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 ArchivedRange<T> where
T: RefUnwindSafe,
impl<T> Send for ArchivedRange<T> where
T: Send,
impl<T> Sync for ArchivedRange<T> where
T: Sync,
impl<T> Unpin for ArchivedRange<T> where
T: Unpin,
impl<T> UnwindSafe for ArchivedRange<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