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

Variants§

§

InitModuleV1 = 0

The archived counterpart of JournalEntryRecordType::InitModuleV1

§

ProcessExitV1 = 1

The archived counterpart of JournalEntryRecordType::ProcessExitV1

§

SetThreadV1 = 2

The archived counterpart of JournalEntryRecordType::SetThreadV1

§

CloseThreadV1 = 3

The archived counterpart of JournalEntryRecordType::CloseThreadV1

§

FileDescriptorSeekV1 = 4

§

FileDescriptorWriteV1 = 5

§

UpdateMemoryRegionV1 = 6

§

SetClockTimeV1 = 7

The archived counterpart of JournalEntryRecordType::SetClockTimeV1

§

OpenFileDescriptorV1 = 8

§

CloseFileDescriptorV1 = 9

§

RenumberFileDescriptorV1 = 10

§

DuplicateFileDescriptorV1 = 11

§

CreateDirectoryV1 = 12

The archived counterpart of JournalEntryRecordType::CreateDirectoryV1

§

RemoveDirectoryV1 = 13

The archived counterpart of JournalEntryRecordType::RemoveDirectoryV1

§

PathSetTimesV1 = 14

The archived counterpart of JournalEntryRecordType::PathSetTimesV1

§

FileDescriptorSetTimesV1 = 15

§

FileDescriptorSetSizeV1 = 16

§

FileDescriptorSetFlagsV1 = 17

§

FileDescriptorSetRightsV1 = 18

§

FileDescriptorAdviseV1 = 19

§

FileDescriptorAllocateV1 = 20

§

CreateHardLinkV1 = 21

The archived counterpart of JournalEntryRecordType::CreateHardLinkV1

§

CreateSymbolicLinkV1 = 22

§

UnlinkFileV1 = 23

The archived counterpart of JournalEntryRecordType::UnlinkFileV1

§

PathRenameV1 = 24

The archived counterpart of JournalEntryRecordType::PathRenameV1

§

ChangeDirectoryV1 = 25

The archived counterpart of JournalEntryRecordType::ChangeDirectoryV1

§

EpollCreateV1 = 26

The archived counterpart of JournalEntryRecordType::EpollCreateV1

§

EpollCtlV1 = 27

The archived counterpart of JournalEntryRecordType::EpollCtlV1

§

TtySetV1 = 28

The archived counterpart of JournalEntryRecordType::TtySetV1

§

CreatePipeV1 = 29

The archived counterpart of JournalEntryRecordType::CreatePipeV1

§

CreateEventV1 = 30

The archived counterpart of JournalEntryRecordType::CreateEventV1

§

PortAddAddrV1 = 31

The archived counterpart of JournalEntryRecordType::PortAddAddrV1

§

PortDelAddrV1 = 32

The archived counterpart of JournalEntryRecordType::PortDelAddrV1

§

PortAddrClearV1 = 33

The archived counterpart of JournalEntryRecordType::PortAddrClearV1

§

PortBridgeV1 = 34

The archived counterpart of JournalEntryRecordType::PortBridgeV1

§

PortUnbridgeV1 = 35

The archived counterpart of JournalEntryRecordType::PortUnbridgeV1

§

PortDhcpAcquireV1 = 36

The archived counterpart of JournalEntryRecordType::PortDhcpAcquireV1

§

PortGatewaySetV1 = 37

The archived counterpart of JournalEntryRecordType::PortGatewaySetV1

§

PortRouteAddV1 = 38

The archived counterpart of JournalEntryRecordType::PortRouteAddV1

§

PortRouteClearV1 = 39

The archived counterpart of JournalEntryRecordType::PortRouteClearV1

§

PortRouteDelV1 = 40

The archived counterpart of JournalEntryRecordType::PortRouteDelV1

§

SocketOpenV1 = 41

The archived counterpart of JournalEntryRecordType::SocketOpenV1

§

SocketListenV1 = 42

The archived counterpart of JournalEntryRecordType::SocketListenV1

§

SocketBindV1 = 43

The archived counterpart of JournalEntryRecordType::SocketBindV1

§

SocketConnectedV1 = 44

The archived counterpart of JournalEntryRecordType::SocketConnectedV1

§

SocketAcceptedV1 = 45

The archived counterpart of JournalEntryRecordType::SocketAcceptedV1

§

SocketJoinIpv4MulticastV1 = 46

§

SocketJoinIpv6MulticastV1 = 47

§

SocketLeaveIpv4MulticastV1 = 48

§

SocketLeaveIpv6MulticastV1 = 49

§

SocketSendFileV1 = 50

The archived counterpart of JournalEntryRecordType::SocketSendFileV1

§

SocketSendToV1 = 51

The archived counterpart of JournalEntryRecordType::SocketSendToV1

§

SocketSendV1 = 52

The archived counterpart of JournalEntryRecordType::SocketSendV1

§

SocketSetOptFlagV1 = 53

The archived counterpart of JournalEntryRecordType::SocketSetOptFlagV1

§

SocketSetOptSizeV1 = 54

The archived counterpart of JournalEntryRecordType::SocketSetOptSizeV1

§

SocketSetOptTimeV1 = 55

The archived counterpart of JournalEntryRecordType::SocketSetOptTimeV1

§

SocketShutdownV1 = 56

The archived counterpart of JournalEntryRecordType::SocketShutdownV1

§

SnapshotV1 = 57

The archived counterpart of JournalEntryRecordType::SnapshotV1

§

ClearEtherealV1 = 58

The archived counterpart of JournalEntryRecordType::ClearEtherealV1

Trait Implementations§

source§

impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryRecordType

§

type Error = EnumCheckError<u8>

The error that may result from checking the type.
source§

unsafe fn check_bytes<'__bytecheck>( value: *const Self, context: &mut __C ) -> Result<&'__bytecheck Self, EnumCheckError<u8>>

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

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

§

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<F, W, T, D> Deserialize<With<T, W>, D> for F
where W: DeserializeWith<F, T, D>, D: Fallible + ?Sized, F: ?Sized,

source§

fn deserialize( &self, deserializer: &mut D ) -> Result<With<T, W>, <D as Fallible>::Error>

Deserializes using the given deserializer
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>

Gets the layout of the type.
source§

impl<T> Pointee for T

§

type Metadata = ()

The type for metadata in pointers and references to Self.
source§

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

§

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>,

§

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