Struct mut_static::MutStatic [] [src]

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

Methods

impl<T> MutStatic<T> where
    T: Any
[src]

Trait Implementations

impl<T> Sync for MutStatic<T> where
    T: Sync
[src]

impl<T> From<T> for MutStatic<T>
[src]

Performs the conversion.