wasmer_journal

Enum ArchivedJournalEntryRecordType

Source
#[repr(u8)]
pub enum ArchivedJournalEntryRecordType {
Show 59 variants InitModuleV1 = 1, ProcessExitV1 = 2, SetThreadV1 = 3, CloseThreadV1 = 4, FileDescriptorSeekV1 = 5, FileDescriptorWriteV1 = 6, UpdateMemoryRegionV1 = 7, SetClockTimeV1 = 9, OpenFileDescriptorV1 = 10, CloseFileDescriptorV1 = 11, RenumberFileDescriptorV1 = 12, DuplicateFileDescriptorV1 = 13, CreateDirectoryV1 = 14, RemoveDirectoryV1 = 15, PathSetTimesV1 = 16, FileDescriptorSetTimesV1 = 17, FileDescriptorSetSizeV1 = 18, FileDescriptorSetFlagsV1 = 19, FileDescriptorSetRightsV1 = 20, FileDescriptorAdviseV1 = 21, FileDescriptorAllocateV1 = 22, CreateHardLinkV1 = 23, CreateSymbolicLinkV1 = 24, UnlinkFileV1 = 25, PathRenameV1 = 26, ChangeDirectoryV1 = 27, EpollCreateV1 = 28, EpollCtlV1 = 29, TtySetV1 = 30, CreatePipeV1 = 31, CreateEventV1 = 32, PortAddAddrV1 = 33, PortDelAddrV1 = 34, PortAddrClearV1 = 35, PortBridgeV1 = 36, PortUnbridgeV1 = 37, PortDhcpAcquireV1 = 38, PortGatewaySetV1 = 39, PortRouteAddV1 = 40, PortRouteClearV1 = 41, PortRouteDelV1 = 42, SocketOpenV1 = 43, SocketListenV1 = 44, SocketBindV1 = 45, SocketConnectedV1 = 46, SocketAcceptedV1 = 47, SocketJoinIpv4MulticastV1 = 48, SocketJoinIpv6MulticastV1 = 49, SocketLeaveIpv4MulticastV1 = 50, SocketLeaveIpv6MulticastV1 = 51, SocketSendFileV1 = 52, SocketSendToV1 = 53, SocketSendV1 = 54, SocketSetOptFlagV1 = 55, SocketSetOptSizeV1 = 56, SocketSetOptTimeV1 = 57, SocketShutdownV1 = 58, SnapshotV1 = 59, ClearEtherealV1 = 60,
}
Expand description

Variants§

§

InitModuleV1 = 1

The archived counterpart of JournalEntryRecordType::InitModuleV1

§

ProcessExitV1 = 2

The archived counterpart of JournalEntryRecordType::ProcessExitV1

§

SetThreadV1 = 3

The archived counterpart of JournalEntryRecordType::SetThreadV1

§

CloseThreadV1 = 4

The archived counterpart of JournalEntryRecordType::CloseThreadV1

§

FileDescriptorSeekV1 = 5

§

FileDescriptorWriteV1 = 6

§

UpdateMemoryRegionV1 = 7

§

SetClockTimeV1 = 9

The archived counterpart of JournalEntryRecordType::SetClockTimeV1

§

OpenFileDescriptorV1 = 10

§

CloseFileDescriptorV1 = 11

§

RenumberFileDescriptorV1 = 12

§

DuplicateFileDescriptorV1 = 13

§

CreateDirectoryV1 = 14

The archived counterpart of JournalEntryRecordType::CreateDirectoryV1

§

RemoveDirectoryV1 = 15

The archived counterpart of JournalEntryRecordType::RemoveDirectoryV1

§

PathSetTimesV1 = 16

The archived counterpart of JournalEntryRecordType::PathSetTimesV1

§

FileDescriptorSetTimesV1 = 17

§

FileDescriptorSetSizeV1 = 18

§

FileDescriptorSetFlagsV1 = 19

§

FileDescriptorSetRightsV1 = 20

§

FileDescriptorAdviseV1 = 21

§

FileDescriptorAllocateV1 = 22

§

CreateHardLinkV1 = 23

The archived counterpart of JournalEntryRecordType::CreateHardLinkV1

§

CreateSymbolicLinkV1 = 24

§

UnlinkFileV1 = 25

The archived counterpart of JournalEntryRecordType::UnlinkFileV1

§

PathRenameV1 = 26

The archived counterpart of JournalEntryRecordType::PathRenameV1

§

ChangeDirectoryV1 = 27

The archived counterpart of JournalEntryRecordType::ChangeDirectoryV1

§

EpollCreateV1 = 28

The archived counterpart of JournalEntryRecordType::EpollCreateV1

§

EpollCtlV1 = 29

The archived counterpart of JournalEntryRecordType::EpollCtlV1

§

TtySetV1 = 30

The archived counterpart of JournalEntryRecordType::TtySetV1

§

CreatePipeV1 = 31

The archived counterpart of JournalEntryRecordType::CreatePipeV1

§

CreateEventV1 = 32

The archived counterpart of JournalEntryRecordType::CreateEventV1

§

PortAddAddrV1 = 33

The archived counterpart of JournalEntryRecordType::PortAddAddrV1

§

PortDelAddrV1 = 34

The archived counterpart of JournalEntryRecordType::PortDelAddrV1

§

PortAddrClearV1 = 35

The archived counterpart of JournalEntryRecordType::PortAddrClearV1

§

PortBridgeV1 = 36

The archived counterpart of JournalEntryRecordType::PortBridgeV1

§

PortUnbridgeV1 = 37

The archived counterpart of JournalEntryRecordType::PortUnbridgeV1

§

PortDhcpAcquireV1 = 38

The archived counterpart of JournalEntryRecordType::PortDhcpAcquireV1

§

PortGatewaySetV1 = 39

The archived counterpart of JournalEntryRecordType::PortGatewaySetV1

§

PortRouteAddV1 = 40

The archived counterpart of JournalEntryRecordType::PortRouteAddV1

§

PortRouteClearV1 = 41

The archived counterpart of JournalEntryRecordType::PortRouteClearV1

§

PortRouteDelV1 = 42

The archived counterpart of JournalEntryRecordType::PortRouteDelV1

§

SocketOpenV1 = 43

The archived counterpart of JournalEntryRecordType::SocketOpenV1

§

SocketListenV1 = 44

The archived counterpart of JournalEntryRecordType::SocketListenV1

§

SocketBindV1 = 45

The archived counterpart of JournalEntryRecordType::SocketBindV1

§

SocketConnectedV1 = 46

The archived counterpart of JournalEntryRecordType::SocketConnectedV1

§

SocketAcceptedV1 = 47

The archived counterpart of JournalEntryRecordType::SocketAcceptedV1

§

SocketJoinIpv4MulticastV1 = 48

§

SocketJoinIpv6MulticastV1 = 49

§

SocketLeaveIpv4MulticastV1 = 50

§

SocketLeaveIpv6MulticastV1 = 51

§

SocketSendFileV1 = 52

The archived counterpart of JournalEntryRecordType::SocketSendFileV1

§

SocketSendToV1 = 53

The archived counterpart of JournalEntryRecordType::SocketSendToV1

§

SocketSendV1 = 54

The archived counterpart of JournalEntryRecordType::SocketSendV1

§

SocketSetOptFlagV1 = 55

The archived counterpart of JournalEntryRecordType::SocketSetOptFlagV1

§

SocketSetOptSizeV1 = 56

The archived counterpart of JournalEntryRecordType::SocketSetOptSizeV1

§

SocketSetOptTimeV1 = 57

The archived counterpart of JournalEntryRecordType::SocketSetOptTimeV1

§

SocketShutdownV1 = 58

The archived counterpart of JournalEntryRecordType::SocketShutdownV1

§

SnapshotV1 = 59

The archived counterpart of JournalEntryRecordType::SnapshotV1

§

ClearEtherealV1 = 60

The archived counterpart of JournalEntryRecordType::ClearEtherealV1

Trait Implementations§

Source§

impl<__C: Fallible + ?Sized> CheckBytes<__C> for ArchivedJournalEntryRecordType
where <__C as Fallible>::Error: Source,

Source§

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 ArchivedJournalEntryRecordType

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Portable for ArchivedJournalEntryRecordType

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> ArchivePointee for T

Source§

type ArchivedMetadata = ()

The archived version of the pointer metadata for this type.
Source§

fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata, ) -> <T as Pointee>::Metadata

Converts some archived metadata to the pointer metadata for itself.
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> LayoutRaw for T

Source§

fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>

Returns the layout of the type.
Source§

impl<T> Pointee for T

Source§

type Metadata = ()

The metadata type for pointers and references to this type.
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<T> Upcastable for T
where T: Any + Send + Sync + 'static,

Source§

fn upcast_any_ref(&self) -> &(dyn Any + 'static)

upcast ref
Source§

fn upcast_any_mut(&mut self) -> &mut (dyn Any + 'static)

upcast mut ref
Source§

fn upcast_any_box(self: Box<T>) -> Box<dyn Any>

upcast boxed dyn
Source§

impl<T> Upcastable for T
where T: Any + Debug + 'static,

Source§

fn upcast_any_ref(&self) -> &(dyn Any + 'static)

Source§

fn upcast_any_mut(&mut self) -> &mut (dyn Any + 'static)

Source§

fn upcast_any_box(self: Box<T>) -> Box<dyn Any>

Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more