Crate
sel4_panicking
sel4_
panicking
0.1.0
All Items
Crate Items
Structs
Constants
Traits
Functions
Type Aliases
Crates
allocator_api2
async_unsync
bit_field
bitflags
bytemuck
byteorder
cfg_if
chrono
crc
crc_catalog
dlmalloc
embedded_fat
embedded_hal
embedded_hal_nb
embedded_io
embedded_io_async
equivalent
foldhash
futures
futures_channel
futures_core
futures_io
futures_sink
futures_task
futures_util
gpt_disk_types
hash32
hashbrown
heapless
hex
lock_api
log
lru
managed
meta
nb
num_enum
num_traits
pin_project
pin_project_lite
pin_utils
rtcc
scopeguard
sel4
sel4_abstract_rc
sel4_async_block_io
sel4_async_block_io_fat
sel4_async_io
sel4_async_network
sel4_async_single_threaded_executor
sel4_async_time
sel4_async_unsync
sel4_atomic_ptr
sel4_bcm2835_aux_uart_driver
sel4_bitfield_ops
sel4_bounce_buffer_allocator
sel4_config
sel4_ctors_dtors
sel4_dlmalloc
sel4_driver_interfaces
sel4_elf_header
sel4_externally_shared
sel4_immediate_sync_once_cell
sel4_immutable_cell
sel4_initialize_tls
sel4_logging
sel4_newlib
sel4_one_ref_cell
sel4_panicking
sel4_panicking_env
sel4_pl011_driver
sel4_pl031_driver
sel4_platform_info
sel4_platform_info_types
sel4_reset
sel4_root_task
sel4_runtime_common
sel4_shared_ring_buffer
sel4_shared_ring_buffer_block_io
sel4_shared_ring_buffer_block_io_types
sel4_shared_ring_buffer_bookkeeping
sel4_shared_ring_buffer_smoltcp
sel4_sp804_driver
sel4_stack
sel4_sync
sel4_sync_trivial
sel4_sys
sel4_virtio_blk
sel4_virtio_hal_impl
sel4_virtio_net
serde
smoltcp
stable_deref_trait
tock_registers
ucs2
uguid
virtio_drivers
volatile
zerocopy
Crate
sel4_panicking
Copy item path
Settings
Help
Summary
Source
Structs
§
External
Panic
Info
Information passed to a
PanicHook
.
Panic
Message
A message that was given to the
panic!()
macro.
Payload
Constants
§
SMALL_
PAYLOAD_
MAX_
SIZE
Traits
§
Small
Payload
Upcast
Into
Payload
Functions
§
catch_
unwind
Like
std::panic::catch_unwind
.
panic_
any
Like
std::panic::panic_any
.
set_
hook
Like
std::panic::set_hook
.
Type Aliases
§
Panic
Hook
Type for panic hooks.