Struct object::read::StringTable
source · pub struct StringTable<'data, R = &'data [u8]>where
R: ReadRef<'data>,{ /* private fields */ }
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