#[repr(C)]pub struct ArchivedDataInitializerLocation{
pub memory_index: <MemoryIndex as Archive>::Archived,
pub base: <Option<GlobalIndex> as Archive>::Archived,
pub offset: <usize as Archive>::Archived,
}
Expand description
An archived DataInitializerLocation
Fields§
§memory_index: <MemoryIndex as Archive>::Archived
§base: <Option<GlobalIndex> as Archive>::Archived
§offset: <usize as Archive>::Archived
Trait Implementations§
Source§impl<__C: Fallible + ?Sized> CheckBytes<__C> for ArchivedDataInitializerLocationwhere
MemoryIndex: Archive,
Option<GlobalIndex>: Archive,
usize: Archive,
<__C as Fallible>::Error: Trace,
<MemoryIndex as Archive>::Archived: CheckBytes<__C>,
<Option<GlobalIndex> as Archive>::Archived: CheckBytes<__C>,
<usize as Archive>::Archived: CheckBytes<__C>,
impl<__C: Fallible + ?Sized> CheckBytes<__C> for ArchivedDataInitializerLocationwhere
MemoryIndex: Archive,
Option<GlobalIndex>: Archive,
usize: Archive,
<__C as Fallible>::Error: Trace,
<MemoryIndex as Archive>::Archived: CheckBytes<__C>,
<Option<GlobalIndex> as Archive>::Archived: CheckBytes<__C>,
<usize as Archive>::Archived: CheckBytes<__C>,
Source§impl DataInitializerLocationLike for &ArchivedDataInitializerLocation
impl DataInitializerLocationLike for &ArchivedDataInitializerLocation
fn memory_index(&self) -> MemoryIndex
fn base(&self) -> Option<GlobalIndex>
fn offset(&self) -> usize
impl Portable for ArchivedDataInitializerLocationwhere
MemoryIndex: Archive,
Option<GlobalIndex>: Archive,
usize: Archive,
<MemoryIndex as Archive>::Archived: Portable,
<Option<GlobalIndex> as Archive>::Archived: Portable,
<usize as Archive>::Archived: Portable,
Auto Trait Implementations§
impl Freeze for ArchivedDataInitializerLocation
impl RefUnwindSafe for ArchivedDataInitializerLocation
impl Send for ArchivedDataInitializerLocation
impl Sync for ArchivedDataInitializerLocation
impl Unpin for ArchivedDataInitializerLocation
impl UnwindSafe for ArchivedDataInitializerLocation
Blanket Implementations§
Source§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
Source§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
Source§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata,
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata, ) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
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
Source§impl<T> LayoutRaw for T
impl<T> LayoutRaw for T
Source§fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
Returns the layout of the type.