Struct ext2::arena::RegionManager
source · struct RegionManager(BTreeSet<Region>);
Expand description
Manages a set of regions that are not overlapping each other.
Tuple Fields§
§0: BTreeSet<Region>
Implementations§
Trait Implementations§
source§impl Default for RegionManager
impl Default for RegionManager
source§fn default() -> RegionManager
fn default() -> RegionManager
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RegionManager
impl RefUnwindSafe for RegionManager
impl Send for RegionManager
impl Sync for RegionManager
impl Unpin for RegionManager
impl UnwindSafe for RegionManager
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