Enum AllocatedSection
pub enum AllocatedSection {
NoMoreSpace,
Section(SectionHandle),
}
Variants§
NoMoreSpace
Section(SectionHandle)
Auto Trait Implementations§
impl Freeze for AllocatedSection
impl RefUnwindSafe for AllocatedSection
impl Send for AllocatedSection
impl Sync for AllocatedSection
impl Unpin for AllocatedSection
impl !UnwindSafe for AllocatedSection
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