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 DirectoryId
impl Send for DirectoryId
impl Sync for DirectoryId
impl Unpin for DirectoryId
impl UnwindSafe for DirectoryId
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.