Expand description
§Inspect VMO format
This library contains utilities for writing the Inspect VMO format.
Modules§
- block_
testing  - constants
 - Various constants used for Inspect.
 - testing
 - utils
 
Structs§
- Array
 - Block
 - Points to an index in the VMO and reads it according to the bytes in it.
 - Block
Index  - Bool
 - Buffer
 - Container
 - Double
 - Extent
 - Free
 - Header
 - Header
Fields  - Bitfields for writing and reading segments of the header and payload of
inspect VMO blocks.
Represents the header structure of an inspect VMO Block. Not to confuse with
the 
HEADERblock. - Int
 - Link
 - Name
 - Node
 - Payload
Fields  - Represents the payload of inspect VMO Blocks (except for 
EXTENTandNAME). - Reserved
 - String
Ref  - Tombstone
 - Uint
 - Unknown
 
Enums§
- Array
Format  - Format in which the array will be read.
 - Block
Type  - The type of a block.
 - Error
 - Errors that Inspect API functions can return.
 - Link
Node Disposition  - Disposition of a Link value.
 - Property
Format  - Format in which the property will be read.
 
Traits§
- Array
Slot Kind  - Block
Accessor Ext  - Block
Accessor MutExt  - Block
Container  - Block
Kind  - Container
Value  - Copy
Bytes  - Read
Bytes  - Trait implemented by an Inspect container that can be read from.
 - Value
Block Kind  - Write
Bytes  - Trait implemented by container to which bytes can be written.