Struct gimli::read::FileEntryFormat [−][src]
Expand description
The format of a component of an include directory or file name entry.
Fields
content_type: DwLnct
The type of information that is represented by the component.
form: DwForm
The encoding form of the component value.
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 FileEntryFormat
impl Send for FileEntryFormat
impl Sync for FileEntryFormat
impl Unpin for FileEntryFormat
impl UnwindSafe for FileEntryFormat
Blanket Implementations
Mutably borrows from an owned value. Read more