Struct dyon::link::Block [] [src]

pub struct Block { /* fields omitted */ }

Stores link memory in chunks of 1024 bytes.

Methods

impl Block
[src]

Trait Implementations

impl Clone for Block
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Drop for Block
[src]

A method called when the value goes out of scope. Read more

impl Debug for Block
[src]

Formats the value using the given formatter.