Struct bip_disk::BlockMetadata [] [src]

pub struct BlockMetadata { /* fields omitted */ }

BlockMetadata which tracks metadata associated with a Block of memory.

Methods

impl BlockMetadata
[src]

Trait Implementations

impl Copy for BlockMetadata
[src]

impl Clone for BlockMetadata
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for BlockMetadata
[src]

Feeds this value into the given [Hasher]. Read more

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

impl PartialEq for BlockMetadata
[src]

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

This method tests for !=.

impl Eq for BlockMetadata
[src]

impl Debug for BlockMetadata
[src]

Formats the value using the given formatter.

impl Default for BlockMetadata
[src]

Returns the "default value" for a type. Read more