Struct object::read::SectionIndex [−][src]
pub struct SectionIndex(pub usize);
Expand description
The index used to identify a section of a file.
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 SectionIndeximpl Send for SectionIndeximpl Sync for SectionIndeximpl Unpin for SectionIndeximpl UnwindSafe for SectionIndexBlanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.