pub struct PageRange { /* private fields */ }
Implementations§
Trait Implementations§
source§impl IntoIterator for &PageRange
impl IntoIterator for &PageRange
source§impl PartialEq for PageRange
impl PartialEq for PageRange
impl ContiguousMemory for PageRange
impl Copy for PageRange
impl Eq for PageRange
impl StructuralEq for PageRange
impl StructuralPartialEq for PageRange
Auto Trait Implementations§
impl RefUnwindSafe for PageRange
impl Send for PageRange
impl Sync for PageRange
impl Unpin for PageRange
impl UnwindSafe for PageRange
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