Struct object::read::SectionIndex [−][src]
pub struct SectionIndex(pub usize);
The index used to identify a section of a file.
Trait Implementations
impl Clone for SectionIndex
[src]
impl Clone for SectionIndex
[src]fn clone(&self) -> SectionIndex
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Hash for SectionIndex
[src]
impl Hash for SectionIndex
[src]impl PartialEq<SectionIndex> for SectionIndex
[src]
impl PartialEq<SectionIndex> for SectionIndex
[src]fn eq(&self, other: &SectionIndex) -> bool
[src]
fn ne(&self, other: &SectionIndex) -> bool
[src]
impl Copy for SectionIndex
[src]
impl Eq for SectionIndex
[src]
impl StructuralEq for SectionIndex
[src]
impl StructuralPartialEq for SectionIndex
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
[src]type Owned = T
The resulting type after obtaining ownership.