pub enum BlkdebugEvent {
Show 48 variants l1_update, l1_grow_alloc_table, l1_grow_write_table, l1_grow_activate_table, l2_load, l2_update, l2_update_compressed, l2_alloc_cow_read, l2_alloc_write, read_aio, read_backing_aio, read_compressed, write_aio, write_compressed, vmstate_load, vmstate_save, cow_read, cow_write, reftable_load, reftable_grow, reftable_update, refblock_load, refblock_update, refblock_update_part, refblock_alloc, refblock_alloc_hookup, refblock_alloc_write, refblock_alloc_write_blocks, refblock_alloc_write_table, refblock_alloc_switch_table, cluster_alloc, cluster_alloc_bytes, cluster_free, flush_to_os, flush_to_disk, pwritev_rmw_head, pwritev_rmw_after_head, pwritev_rmw_tail, pwritev_rmw_after_tail, pwritev, pwritev_zero, pwritev_done, empty_image_prepare, l1_shrink_write_table, l1_shrink_free_l2_clusters, cor_write, cluster_alloc_space, none,
}

Variants

l1_update

l1_grow_alloc_table

l1_grow_write_table

l1_grow_activate_table

l2_load

l2_update

l2_update_compressed

l2_alloc_cow_read

l2_alloc_write

read_aio

read_backing_aio

read_compressed

write_aio

write_compressed

vmstate_load

vmstate_save

cow_read

cow_write

reftable_load

reftable_grow

reftable_update

refblock_load

refblock_update

refblock_update_part

refblock_alloc

refblock_alloc_hookup

refblock_alloc_write

refblock_alloc_write_blocks

refblock_alloc_write_table

refblock_alloc_switch_table

cluster_alloc

cluster_alloc_bytes

cluster_free

flush_to_os

flush_to_disk

pwritev_rmw_head

pwritev_rmw_after_head

pwritev_rmw_tail

pwritev_rmw_after_tail

pwritev

pwritev_zero

pwritev_done

empty_image_prepare

l1_shrink_write_table

l1_shrink_free_l2_clusters

cor_write

cluster_alloc_space

none

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

Feeds this value into the given Hasher. Read more

Feeds a slice of this type into the given Hasher. Read more

This method returns an Ordering between self and other. Read more

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

Restrict a value to a certain interval. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.