Struct bedrock::DynamicDataCell [] [src]

pub struct DynamicDataCell<'d> { /* fields omitted */ }

Untyped data cell

Methods

impl<'d> DynamicDataCell<'d>
[src]

[src]

Construct borrowing a slice

Trait Implementations

impl<'d> Clone for DynamicDataCell<'d>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'d, T> From<&'d T> for DynamicDataCell<'d>
[src]

[src]

Construct borrowing a data

Auto Trait Implementations

impl<'d> !Send for DynamicDataCell<'d>

impl<'d> !Sync for DynamicDataCell<'d>