Struct clang::Clang [] [src]

pub struct Clang;

An empty type which prevents the use of this library from multiple threads simultaneously.

Methods

impl Clang
[src]

[src]

Constructs a new Clang.

Only one instance of Clang is allowed at a time.

Failures

  • an instance of Clang already exists

Trait Implementations

impl Debug for Clang
[src]

[src]

Formats the value using the given formatter. Read more

impl Drop for Clang
[src]

[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl Send for Clang

impl Sync for Clang