Struct clang::source::Module [] [src]

pub struct Module<'tu> { /* fields omitted */ }

A collection of headers.

Methods

impl<'tu> Module<'tu>
[src]

[src]

Returns the name of this module (e.g., vector for the std.vector module).

[src]

Returns the full name of this module (e.g., std.vector for the std.vector module).

[src]

Returns the parent of this module, if any.

[src]

Returns the AST file this module came from.

[src]

Returns the top-level headers in this module.

[src]

Returns whether this module is a system module.

Trait Implementations

impl<'tu> Copy for Module<'tu>
[src]

impl<'tu> Clone for Module<'tu>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'tu> Debug for Module<'tu>
[src]

[src]

Formats the value using the given formatter.

impl<'tu> PartialEq for Module<'tu>
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl<'tu> Eq for Module<'tu>
[src]