Struct object::read::StringTable
source · [−]Expand description
A table of zero-terminated strings.
This is used for most file formats.
Implementations
Trait Implementations
Auto Trait Implementations
impl<'data, R> RefUnwindSafe for StringTable<'data, R> where
R: RefUnwindSafe,
impl<'data, R> Send for StringTable<'data, R> where
R: Send,
impl<'data, R> Sync for StringTable<'data, R> where
R: Sync,
impl<'data, R> Unpin for StringTable<'data, R> where
R: Unpin,
impl<'data, R> UnwindSafe for StringTable<'data, R> where
R: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more