#[repr(C)]pub struct ArchivedSectionBody(/* private fields */)
where
Vec<u8>: Archive;
Expand description
An archived SectionBody
Implementations§
Trait Implementations§
Source§impl<__C: Fallible + ?Sized> CheckBytes<__C> for ArchivedSectionBody
impl<__C: Fallible + ?Sized> CheckBytes<__C> for ArchivedSectionBody
Source§impl Debug for ArchivedSectionBody
impl Debug for ArchivedSectionBody
Source§impl PartialEq<ArchivedSectionBody> for SectionBody
impl PartialEq<ArchivedSectionBody> for SectionBody
Source§impl PartialEq<SectionBody> for ArchivedSectionBody
impl PartialEq<SectionBody> for ArchivedSectionBody
Source§impl PartialOrd<ArchivedSectionBody> for SectionBody
impl PartialOrd<ArchivedSectionBody> for SectionBody
Source§impl PartialOrd<SectionBody> for ArchivedSectionBody
impl PartialOrd<SectionBody> for ArchivedSectionBody
impl Portable for ArchivedSectionBody
Auto Trait Implementations§
impl Freeze for ArchivedSectionBody
impl RefUnwindSafe for ArchivedSectionBody
impl Send for ArchivedSectionBody
impl Sync for ArchivedSectionBody
impl !Unpin for ArchivedSectionBody
impl UnwindSafe for ArchivedSectionBody
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.