Struct webc::v2::read::IndexSection
source · pub struct IndexSection(_);
Expand description
A section containing the file’s Index
.
Implementations§
Trait Implementations§
source§impl Clone for IndexSection
impl Clone for IndexSection
source§fn clone(&self) -> IndexSection
fn clone(&self) -> IndexSection
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for IndexSection
impl Debug for IndexSection
source§impl From<IndexSection> for Section
impl From<IndexSection> for Section
source§fn from(value: IndexSection) -> Self
fn from(value: IndexSection) -> Self
Converts to this type from the input type.
source§impl PartialEq<IndexSection> for IndexSection
impl PartialEq<IndexSection> for IndexSection
source§fn eq(&self, other: &IndexSection) -> bool
fn eq(&self, other: &IndexSection) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.