Struct rustc_data_structures::sync::MTLock[][src]

pub struct MTLock<T>(_);

Methods

impl<T> MTLock<T>
[src]

Important traits for &'a mut R

Important traits for &'a mut R

Important traits for &'a mut R

Important traits for &'a mut R

Trait Implementations

impl<T: Debug> Debug for MTLock<T>
[src]

Formats the value using the given formatter. Read more

impl<T: Clone> Clone for MTLock<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

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

impl<T> Sync for MTLock<T> where
    T: Sync