#[repr(C)]pub struct ArchivedCustomSectionwhere
    CustomSectionProtection: Archive,
    Option<u64>: Archive,
    SectionBody: Archive,
    Vec<Relocation>: Archive,{
    pub protection: <CustomSectionProtection as Archive>::Archived,
    pub alignment: <Option<u64> 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>::ArchivedThe archived counterpart of CustomSection::protection
alignment: <Option<u64> as Archive>::ArchivedThe archived counterpart of CustomSection::alignment
bytes: <SectionBody as Archive>::ArchivedThe archived counterpart of CustomSection::bytes
relocations: <Vec<Relocation> as Archive>::ArchivedThe archived counterpart of CustomSection::relocations
Trait Implementations§
Source§impl<__C: Fallible + ?Sized> CheckBytes<__C> for ArchivedCustomSectionwhere
    CustomSectionProtection: Archive,
    Option<u64>: Archive,
    SectionBody: Archive,
    Vec<Relocation>: Archive,
    <__C as Fallible>::Error: Trace,
    <CustomSectionProtection as Archive>::Archived: CheckBytes<__C>,
    <Option<u64> 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,
    Option<u64>: Archive,
    SectionBody: Archive,
    Vec<Relocation>: Archive,
    <__C as Fallible>::Error: Trace,
    <CustomSectionProtection as Archive>::Archived: CheckBytes<__C>,
    <Option<u64> 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 alignment(&self) -> Option<u64>
fn bytes(&self) -> &[u8] ⓘ
fn relocations(&'a self) -> &'a [Self::Relocations]
Source§impl Debug for ArchivedCustomSectionwhere
    CustomSectionProtection: Archive,
    Option<u64>: Archive,
    SectionBody: Archive,
    Vec<Relocation>: Archive,
 
impl Debug for ArchivedCustomSectionwhere
    CustomSectionProtection: Archive,
    Option<u64>: Archive,
    SectionBody: Archive,
    Vec<Relocation>: Archive,
Source§impl PartialEq<ArchivedCustomSection> for CustomSectionwhere
    CustomSectionProtection: Archive,
    Option<u64>: Archive,
    SectionBody: Archive,
    Vec<Relocation>: Archive,
    <CustomSectionProtection as Archive>::Archived: PartialEq<CustomSectionProtection>,
    <Option<u64> as Archive>::Archived: PartialEq<Option<u64>>,
    <SectionBody as Archive>::Archived: PartialEq<SectionBody>,
    <Vec<Relocation> as Archive>::Archived: PartialEq<Vec<Relocation>>,
 
impl PartialEq<ArchivedCustomSection> for CustomSectionwhere
    CustomSectionProtection: Archive,
    Option<u64>: Archive,
    SectionBody: Archive,
    Vec<Relocation>: Archive,
    <CustomSectionProtection as Archive>::Archived: PartialEq<CustomSectionProtection>,
    <Option<u64> as Archive>::Archived: PartialEq<Option<u64>>,
    <SectionBody as Archive>::Archived: PartialEq<SectionBody>,
    <Vec<Relocation> as Archive>::Archived: PartialEq<Vec<Relocation>>,
Source§impl PartialEq<CustomSection> for ArchivedCustomSectionwhere
    CustomSectionProtection: Archive,
    Option<u64>: Archive,
    SectionBody: Archive,
    Vec<Relocation>: Archive,
    <CustomSectionProtection as Archive>::Archived: PartialEq<CustomSectionProtection>,
    <Option<u64> as Archive>::Archived: PartialEq<Option<u64>>,
    <SectionBody as Archive>::Archived: PartialEq<SectionBody>,
    <Vec<Relocation> as Archive>::Archived: PartialEq<Vec<Relocation>>,
 
impl PartialEq<CustomSection> for ArchivedCustomSectionwhere
    CustomSectionProtection: Archive,
    Option<u64>: Archive,
    SectionBody: Archive,
    Vec<Relocation>: Archive,
    <CustomSectionProtection as Archive>::Archived: PartialEq<CustomSectionProtection>,
    <Option<u64> as Archive>::Archived: PartialEq<Option<u64>>,
    <SectionBody as Archive>::Archived: PartialEq<SectionBody>,
    <Vec<Relocation> as Archive>::Archived: PartialEq<Vec<Relocation>>,
impl Portable for ArchivedCustomSectionwhere
    CustomSectionProtection: Archive,
    Option<u64>: Archive,
    SectionBody: Archive,
    Vec<Relocation>: Archive,
    <CustomSectionProtection as Archive>::Archived: Portable,
    <Option<u64> 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§
§impl<T> ArchivePointee for T
 
impl<T> ArchivePointee for T
§type ArchivedMetadata = ()
 
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
§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
§impl<T> LayoutRaw for T
 
impl<T> LayoutRaw for T
§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.
§impl<T, N1, N2> Niching<NichedOption<T, N1>> for N2where
    T: SharedNiching<N1, N2>,
    N1: Niching<T>,
    N2: Niching<T>,
 
impl<T, N1, N2> Niching<NichedOption<T, N1>> for N2where
    T: SharedNiching<N1, N2>,
    N1: Niching<T>,
    N2: Niching<T>,
§impl<T> Pointee for T
 
impl<T> Pointee for T
Source§impl<T> Upcastable for T
 
impl<T> Upcastable for T
Source§fn upcast_any_ref(&self) -> &(dyn Any + 'static)
 
fn upcast_any_ref(&self) -> &(dyn Any + 'static)
upcast ref
Source§fn upcast_any_mut(&mut self) -> &mut (dyn Any + 'static)
 
fn upcast_any_mut(&mut self) -> &mut (dyn Any + 'static)
upcast mut ref