#[repr(u8)]pub enum ArchivedJournalEntryRecordType {
Show 63 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,
OpenFileDescriptorV2 = 61,
DuplicateFileDescriptorV2 = 62,
FileDescriptorSetFdFlagsV1 = 63,
SocketPairV1 = 64,
}
Expand description
An archived JournalEntryRecordType
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
The archived counterpart of JournalEntryRecordType::FileDescriptorSeekV1
FileDescriptorWriteV1 = 6
The archived counterpart of JournalEntryRecordType::FileDescriptorWriteV1
UpdateMemoryRegionV1 = 7
The archived counterpart of JournalEntryRecordType::UpdateMemoryRegionV1
SetClockTimeV1 = 9
The archived counterpart of JournalEntryRecordType::SetClockTimeV1
OpenFileDescriptorV1 = 10
The archived counterpart of JournalEntryRecordType::OpenFileDescriptorV1
CloseFileDescriptorV1 = 11
The archived counterpart of JournalEntryRecordType::CloseFileDescriptorV1
RenumberFileDescriptorV1 = 12
The archived counterpart of JournalEntryRecordType::RenumberFileDescriptorV1
DuplicateFileDescriptorV1 = 13
The archived counterpart of JournalEntryRecordType::DuplicateFileDescriptorV1
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
The archived counterpart of JournalEntryRecordType::FileDescriptorSetTimesV1
FileDescriptorSetSizeV1 = 18
The archived counterpart of JournalEntryRecordType::FileDescriptorSetSizeV1
FileDescriptorSetFlagsV1 = 19
The archived counterpart of JournalEntryRecordType::FileDescriptorSetFlagsV1
FileDescriptorSetRightsV1 = 20
The archived counterpart of JournalEntryRecordType::FileDescriptorSetRightsV1
FileDescriptorAdviseV1 = 21
The archived counterpart of JournalEntryRecordType::FileDescriptorAdviseV1
FileDescriptorAllocateV1 = 22
The archived counterpart of JournalEntryRecordType::FileDescriptorAllocateV1
CreateHardLinkV1 = 23
The archived counterpart of JournalEntryRecordType::CreateHardLinkV1
CreateSymbolicLinkV1 = 24
The archived counterpart of JournalEntryRecordType::CreateSymbolicLinkV1
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
The archived counterpart of JournalEntryRecordType::SocketJoinIpv4MulticastV1
SocketJoinIpv6MulticastV1 = 49
The archived counterpart of JournalEntryRecordType::SocketJoinIpv6MulticastV1
SocketLeaveIpv4MulticastV1 = 50
The archived counterpart of JournalEntryRecordType::SocketLeaveIpv4MulticastV1
SocketLeaveIpv6MulticastV1 = 51
The archived counterpart of JournalEntryRecordType::SocketLeaveIpv6MulticastV1
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
OpenFileDescriptorV2 = 61
The archived counterpart of JournalEntryRecordType::OpenFileDescriptorV2
DuplicateFileDescriptorV2 = 62
The archived counterpart of JournalEntryRecordType::DuplicateFileDescriptorV2
FileDescriptorSetFdFlagsV1 = 63
The archived counterpart of JournalEntryRecordType::FileDescriptorSetFdFlagsV1
SocketPairV1 = 64
The archived counterpart of JournalEntryRecordType::SocketPairV1
Trait Implementations§
Source§impl<__C: Fallible + ?Sized> CheckBytes<__C> for ArchivedJournalEntryRecordType
impl<__C: Fallible + ?Sized> CheckBytes<__C> for ArchivedJournalEntryRecordType
impl Portable for ArchivedJournalEntryRecordType
Auto Trait Implementations§
impl Freeze for ArchivedJournalEntryRecordType
impl RefUnwindSafe for ArchivedJournalEntryRecordType
impl Send for ArchivedJournalEntryRecordType
impl Sync for ArchivedJournalEntryRecordType
impl Unpin for ArchivedJournalEntryRecordType
impl UnwindSafe for ArchivedJournalEntryRecordType
Blanket Implementations§
Source§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
Source§type ArchivedMetadata = ()
type ArchivedMetadata = ()
Source§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata,
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata, ) -> <T as Pointee>::Metadata
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
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
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>
Source§impl<T, N1, N2> Niching<NichedOption<T, N1>> for N2
impl<T, N1, N2> Niching<NichedOption<T, N1>> for N2
Source§unsafe fn is_niched(niched: *const NichedOption<T, N1>) -> bool
unsafe fn is_niched(niched: *const NichedOption<T, N1>) -> bool
Source§fn resolve_niched(out: Place<NichedOption<T, N1>>)
fn resolve_niched(out: Place<NichedOption<T, N1>>)
out
indicating that a T
is niched.