Type Definition infinitree::object::BlockBuffer

source ·
pub type BlockBuffer = PoolRef<Box<[u8]>>;

Trait Implementations§

source§

impl AsMut<[u8]> for BlockBuffer

source§

fn as_mut(&mut self) -> &mut [u8]

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsRef<[u8]> for BlockBuffer

source§

fn as_ref(&self) -> &[u8]

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl Clone for BlockBuffer

source§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Default for BlockBuffer

source§

fn default() -> BlockBuffer

Returns the “default value” for a type. Read more