pub struct AtlasAllocation {
pub atlas_id: AtlasId,
pub allocation: Allocation,
}Expand description
Result of an atlas allocation attempt.
Fields§
§atlas_id: AtlasIdThe atlas where the allocation was made.
allocation: AllocationThe allocation details.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AtlasAllocation
impl RefUnwindSafe for AtlasAllocation
impl Send for AtlasAllocation
impl Sync for AtlasAllocation
impl Unpin for AtlasAllocation
impl UnsafeUnpin for AtlasAllocation
impl UnwindSafe for AtlasAllocation
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