pub struct AtlasPage {
pub header: Header,
pub regions: Vec<AtlasRegion>,
}Fields§
§header: Header§regions: Vec<AtlasRegion>Trait Implementations§
Auto Trait Implementations§
impl Freeze for AtlasPage
impl RefUnwindSafe for AtlasPage
impl Send for AtlasPage
impl Sync for AtlasPage
impl Unpin for AtlasPage
impl UnwindSafe for AtlasPage
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