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 for LargeUtf8<'a>
impl<'a> PartialEq 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.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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)