pub struct LargeUtf8<'a> {
pub _tab: Table<'a>,
}
Expand description
Same as Utf8, but with 64-bit offsets, allowing to represent extremely large data values.
Fields§
§_tab: Table<'a>
Implementations§
source§impl<'a> LargeUtf8<'a>
impl<'a> LargeUtf8<'a>
pub unsafe fn init_from_table(table: Table<'a>) -> Self
pub fn create<'bldr: 'args, 'args: 'mut_bldr, 'mut_bldr>(
_fbb: &'mut_bldr mut FlatBufferBuilder<'bldr>,
_args: &'args LargeUtf8Args
) -> WIPOffset<LargeUtf8<'bldr>>
Trait Implementations§
source§impl<'a> PartialEq<LargeUtf8<'a>> for LargeUtf8<'a>
impl<'a> PartialEq<LargeUtf8<'a>> for LargeUtf8<'a>
source§impl Verifiable for LargeUtf8<'_>
impl Verifiable for LargeUtf8<'_>
source§fn run_verifier(
v: &mut Verifier<'_, '_>,
pos: usize
) -> Result<(), InvalidFlatbuffer>
fn run_verifier(
v: &mut Verifier<'_, '_>,
pos: usize
) -> Result<(), InvalidFlatbuffer>
Runs the verifier for this type, assuming its at position
pos
in the verifier’s buffer.
Should not need to be called directly.