Crate _block_server_c_rustc_static

Source

Modules§

async_interface
c_interface

Structs§

BlockInfo
Information associated with non-partition block devices.
BlockOffsetMapping
A single entry in [OffsetMap].
BlockServer
BlockServer is an implementation of fuchsia.hardware.block.partition.Partition. cbindgen:no-export
OffsetMap
Remaps the offset of block requests based on an internal map. TODO(https://fxbug.dev/402515764): For now, this just supports a single entry in the map, which is all that is required for GPT partitions. If we want to support this for FVM, we will need to support multiple entries, which requires changing the block server to support request splitting.
PartitionInfo
Information associated with a block device that is also a partition.
RequestId
RequestTracking

Enums§

DeviceInfo
GroupOrRequest
Operation

Traits§

IntoSessionManager
SessionManager

Type Aliases§

WriteOptions
cbindgen:no-export