Struct vortex_flatbuffers::array::Array
source · pub struct Array<'a> {
pub _tab: Table<'a>,
}
Fields§
§_tab: Table<'a>
Implementations§
source§impl<'a> Array<'a>
impl<'a> Array<'a>
pub const VT_ENCODING: VOffsetT = 4u16
pub const VT_METADATA: VOffsetT = 6u16
pub const VT_CHILDREN: VOffsetT = 8u16
pub const VT_BUFFERS: VOffsetT = 10u16
pub const VT_STATS: VOffsetT = 12u16
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 ArrayArgs<'args>, ) -> WIPOffset<Array<'bldr>>
pub fn encoding(&self) -> u16
pub fn metadata(&self) -> Option<Vector<'a, u8>>
pub fn children(&self) -> Option<Vector<'a, ForwardsUOffset<Array<'a>>>>
pub fn buffers(&self) -> Option<Vector<'a, u16>>
pub fn stats(&self) -> Option<ArrayStats<'a>>
Trait Implementations§
impl<'a> Copy for Array<'a>
impl<'a> StructuralPartialEq for Array<'a>
Auto Trait Implementations§
impl<'a> Freeze for Array<'a>
impl<'a> RefUnwindSafe for Array<'a>
impl<'a> Send for Array<'a>
impl<'a> Sync for Array<'a>
impl<'a> Unpin for Array<'a>
impl<'a> UnwindSafe for Array<'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§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
)