pub struct CacheRange(/* private fields */);Expand description
A checked virtual byte range. Construction validates arithmetic, not mapping.
Implementations§
Source§impl CacheRange
impl CacheRange
Trait Implementations§
Source§impl Clone for CacheRange
impl Clone for CacheRange
Source§fn clone(&self) -> CacheRange
fn clone(&self) -> CacheRange
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CacheRange
Source§impl Debug for CacheRange
impl Debug for CacheRange
impl Eq for CacheRange
Source§impl PartialEq for CacheRange
impl PartialEq for CacheRange
impl StructuralPartialEq for CacheRange
Auto Trait Implementations§
impl Freeze for CacheRange
impl RefUnwindSafe for CacheRange
impl Send for CacheRange
impl Sync for CacheRange
impl Unpin for CacheRange
impl UnsafeUnpin for CacheRange
impl UnwindSafe for CacheRange
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more