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, A: Allocator + 'bldr>( _fbb: &'mut_bldr mut FlatBufferBuilder<'bldr, A>, _args: &'args LargeUtf8Args, ) -> WIPOffset<LargeUtf8<'bldr>>
Trait Implementations§
impl<'a> Copy for LargeUtf8<'a>
impl<'a> StructuralPartialEq for LargeUtf8<'a>
Auto Trait Implementations§
impl<'a> Freeze for LargeUtf8<'a>
impl<'a> RefUnwindSafe for LargeUtf8<'a>
impl<'a> Send for LargeUtf8<'a>
impl<'a> Sync for LargeUtf8<'a>
impl<'a> Unpin for LargeUtf8<'a>
impl<'a> UnwindSafe for LargeUtf8<'a>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more