Struct SectionIndex

struct SectionIndex(7316)

The index used to identify a section in a file.

Implementations

impl Clone for SectionIndex

fn clone(self: &Self) -> SectionIndex

impl Copy for SectionIndex

impl Debug for SectionIndex

fn fmt(self: &Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result

impl Display for SectionIndex

fn fmt(self: &Self, f: &mut fmt::Formatter<'_>) -> fmt::Result

impl Eq for SectionIndex

impl Freeze for SectionIndex

impl Hash for SectionIndex

fn hash<__H: $crate::hash::Hasher>(self: &Self, state: &mut __H)

impl PartialEq for SectionIndex

fn eq(self: &Self, other: &SectionIndex) -> bool

impl RefUnwindSafe for SectionIndex

impl Send for SectionIndex

impl StructuralPartialEq for SectionIndex

impl Sync for SectionIndex

impl Unpin for SectionIndex

impl UnwindSafe for SectionIndex

impl<T> Any for SectionIndex

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for SectionIndex

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for SectionIndex

fn borrow_mut(self: &mut Self) -> &mut T

impl<T> CloneToUninit for SectionIndex

unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)

impl<T> From for SectionIndex

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> ToOwned for SectionIndex

fn to_owned(self: &Self) -> T
fn clone_into(self: &Self, target: &mut T)

impl<T> ToString for SectionIndex

fn to_string(self: &Self) -> String

impl<T, U> Into for SectionIndex

fn into(self: Self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom for SectionIndex

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

impl<T, U> TryInto for SectionIndex

fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>