Struct gimli::write::DirectoryId [−][src]
pub struct DirectoryId(_);
Expand description
An identifier for a directory in a LineProgram.
Defaults to the working directory of the compilation unit.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for DirectoryIdimpl Send for DirectoryIdimpl Sync for DirectoryIdimpl Unpin for DirectoryIdimpl UnwindSafe for DirectoryIdBlanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.