#[repr(C)]pub struct ArchivedCustomSection{
pub protection: <CustomSectionProtection as Archive>::Archived,
pub bytes: <SectionBody as Archive>::Archived,
pub relocations: <Vec<Relocation> as Archive>::Archived,
}
Expand description
An archived CustomSection
Fields§
§protection: <CustomSectionProtection as Archive>::Archived
§bytes: <SectionBody as Archive>::Archived
§relocations: <Vec<Relocation> as Archive>::Archived
Trait Implementations§
Source§impl<__C: Fallible + ?Sized> CheckBytes<__C> for ArchivedCustomSectionwhere
CustomSectionProtection: Archive,
SectionBody: Archive,
Vec<Relocation>: Archive,
<__C as Fallible>::Error: Trace,
<CustomSectionProtection as Archive>::Archived: CheckBytes<__C>,
<SectionBody as Archive>::Archived: CheckBytes<__C>,
<Vec<Relocation> as Archive>::Archived: CheckBytes<__C>,
impl<__C: Fallible + ?Sized> CheckBytes<__C> for ArchivedCustomSectionwhere
CustomSectionProtection: Archive,
SectionBody: Archive,
Vec<Relocation>: Archive,
<__C as Fallible>::Error: Trace,
<CustomSectionProtection as Archive>::Archived: CheckBytes<__C>,
<SectionBody as Archive>::Archived: CheckBytes<__C>,
<Vec<Relocation> as Archive>::Archived: CheckBytes<__C>,
Source§impl<'a> CustomSectionLike<'a> for ArchivedCustomSection
impl<'a> CustomSectionLike<'a> for ArchivedCustomSection
type Relocations = ArchivedRelocation
fn protection(&self) -> CustomSectionProtection
fn bytes(&self) -> &[u8] ⓘ
fn relocations(&'a self) -> &[Self::Relocations]
Source§impl Debug for ArchivedCustomSection
impl Debug for ArchivedCustomSection
Source§impl PartialEq<ArchivedCustomSection> for CustomSectionwhere
CustomSectionProtection: Archive,
SectionBody: Archive,
Vec<Relocation>: Archive,
<CustomSectionProtection as Archive>::Archived: PartialEq<CustomSectionProtection>,
<SectionBody as Archive>::Archived: PartialEq<SectionBody>,
<Vec<Relocation> as Archive>::Archived: PartialEq<Vec<Relocation>>,
impl PartialEq<ArchivedCustomSection> for CustomSectionwhere
CustomSectionProtection: Archive,
SectionBody: Archive,
Vec<Relocation>: Archive,
<CustomSectionProtection as Archive>::Archived: PartialEq<CustomSectionProtection>,
<SectionBody as Archive>::Archived: PartialEq<SectionBody>,
<Vec<Relocation> as Archive>::Archived: PartialEq<Vec<Relocation>>,
Source§impl PartialEq<CustomSection> for ArchivedCustomSectionwhere
CustomSectionProtection: Archive,
SectionBody: Archive,
Vec<Relocation>: Archive,
<CustomSectionProtection as Archive>::Archived: PartialEq<CustomSectionProtection>,
<SectionBody as Archive>::Archived: PartialEq<SectionBody>,
<Vec<Relocation> as Archive>::Archived: PartialEq<Vec<Relocation>>,
impl PartialEq<CustomSection> for ArchivedCustomSectionwhere
CustomSectionProtection: Archive,
SectionBody: Archive,
Vec<Relocation>: Archive,
<CustomSectionProtection as Archive>::Archived: PartialEq<CustomSectionProtection>,
<SectionBody as Archive>::Archived: PartialEq<SectionBody>,
<Vec<Relocation> as Archive>::Archived: PartialEq<Vec<Relocation>>,
impl Portable for ArchivedCustomSectionwhere
CustomSectionProtection: Archive,
SectionBody: Archive,
Vec<Relocation>: Archive,
<CustomSectionProtection as Archive>::Archived: Portable,
<SectionBody as Archive>::Archived: Portable,
<Vec<Relocation> as Archive>::Archived: Portable,
Auto Trait Implementations§
impl Freeze for ArchivedCustomSection
impl RefUnwindSafe for ArchivedCustomSection
impl Send for ArchivedCustomSection
impl Sync for ArchivedCustomSection
impl !Unpin for ArchivedCustomSection
impl UnwindSafe for ArchivedCustomSection
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.