pub struct RangeList { /* private fields */ }Expand description
A list of address ranges.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RangeList
impl RefUnwindSafe for RangeList
impl Send for RangeList
impl Sync for RangeList
impl Unpin for RangeList
impl UnwindSafe for RangeList
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