Struct vcell::VolatileCell [] [src]

pub struct VolatileCell<T> { /* fields omitted */ }

Just like Cell but with volatile read / write operations

Methods

impl<T> VolatileCell<T>
[src]

Creates a new VolatileCell containing the given value

NOTE A const fn variant is available under the "const-fn" Cargo feature

Returns a copy of the contained value

Sets the contained value