[][src]Struct vcell::VolatileCell

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

Returns a copy of the contained value

Sets the contained value

Returns a raw pointer to the underlying data in the cell

Auto Trait Implementations

impl<T> Send for VolatileCell<T> where
    T: Send

impl<T> !Sync for VolatileCell<T>

Blanket Implementations

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> From for T
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]