Struct wasmer_compiler::types::section::ArchivedSectionBody
source · #[repr(C)]pub struct ArchivedSectionBody(<Vec<u8> as Archive>::Archived)
where
Vec<u8>: Archive;
Expand description
An archived SectionBody
Tuple Fields§
§0: <Vec<u8> as Archive>::Archived
Implementations§
Trait Implementations§
source§impl<__C: Fallible + ?Sized> CheckBytes<__C> for ArchivedSectionBody
impl<__C: Fallible + ?Sized> CheckBytes<__C> for ArchivedSectionBody
source§unsafe fn check_bytes(
value: *const Self,
context: &mut __C,
) -> Result<(), <__C as Fallible>::Error>
unsafe fn check_bytes( value: *const Self, context: &mut __C, ) -> Result<(), <__C as Fallible>::Error>
Checks whether the given pointer points to a valid value within the
given context. Read more
source§impl Debug for ArchivedSectionBody
impl Debug for ArchivedSectionBody
source§impl PartialEq<ArchivedSectionBody> for SectionBody
impl PartialEq<ArchivedSectionBody> for SectionBody
source§fn eq(&self, other: &ArchivedSectionBody) -> bool
fn eq(&self, other: &ArchivedSectionBody) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialEq<SectionBody> for ArchivedSectionBody
impl PartialEq<SectionBody> for ArchivedSectionBody
source§fn eq(&self, other: &SectionBody) -> bool
fn eq(&self, other: &SectionBody) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<ArchivedSectionBody> for SectionBody
impl PartialOrd<ArchivedSectionBody> for SectionBody
source§fn partial_cmp(&self, other: &ArchivedSectionBody) -> Option<Ordering>
fn partial_cmp(&self, other: &ArchivedSectionBody) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl PartialOrd<SectionBody> for ArchivedSectionBody
impl PartialOrd<SectionBody> for ArchivedSectionBody
source§fn partial_cmp(&self, other: &SectionBody) -> Option<Ordering>
fn partial_cmp(&self, other: &SectionBody) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl 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§
§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> 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