Struct wasmer_compiler::serialize::MetadataHeader
#[repr(C)]pub struct MetadataHeader {
magic: [u8; 8],
version: u32,
len: u32,
}
Expand description
Metadata header which holds an ABI version and the length of the remaining metadata.
Fields§
§magic: [u8; 8]
§version: u32
§len: u32
Implementations§
§impl MetadataHeader
impl MetadataHeader
pub const CURRENT_VERSION: u32 = 8u32
pub const CURRENT_VERSION: u32 = 8u32
Current ABI version. Increment this any time breaking changes are made to the format of the serialized data.
pub fn new(len: usize) -> MetadataHeader
pub fn new(len: usize) -> MetadataHeader
Creates a new header for metadata of the given length.
pub fn into_bytes(self) -> [u8; 16]
pub fn into_bytes(self) -> [u8; 16]
Convert the header into its bytes representation.
Trait Implementations§
§impl Clone for MetadataHeader
impl Clone for MetadataHeader
§fn clone(&self) -> MetadataHeader
fn clone(&self) -> MetadataHeader
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for MetadataHeader
Auto Trait Implementations§
impl Freeze for MetadataHeader
impl RefUnwindSafe for MetadataHeader
impl Send for MetadataHeader
impl Sync for MetadataHeader
impl Unpin for MetadataHeader
impl UnwindSafe for MetadataHeader
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§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