#[repr(C)]pub struct StageFile {
pub archive_info: *mut ArchiveInfo,
pub map_head: *mut MapHead,
}Fields§
§archive_info: *mut ArchiveInfo§map_head: *mut MapHeadTrait Implementations§
Auto Trait Implementations§
impl Freeze for StageFile
impl RefUnwindSafe for StageFile
impl !Send for StageFile
impl !Sync for StageFile
impl Unpin for StageFile
impl UnwindSafe for StageFile
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