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