Struct object::read::StringTable
source · Expand description
A table of zero-terminated strings.
This is used for most file formats.
Implementations§
Trait Implementations§
source§impl<'data, R> Clone for StringTable<'data, R>where
R: ReadRef<'data> + Clone,
impl<'data, R> Clone for StringTable<'data, R>where
R: ReadRef<'data> + Clone,
source§fn clone(&self) -> StringTable<'data, R>
fn clone(&self) -> StringTable<'data, R>
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 more