pub struct FixedSizeList<'a> {
pub _tab: Table<'a>,
}
Fields§
§_tab: Table<'a>
Implementations§
Source§impl<'a> FixedSizeList<'a>
impl<'a> FixedSizeList<'a>
pub const VT_LISTSIZE: VOffsetT = 4u16
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 FixedSizeListArgs, ) -> WIPOffset<FixedSizeList<'bldr>>
Trait Implementations§
Source§impl<'a> Clone for FixedSizeList<'a>
impl<'a> Clone for FixedSizeList<'a>
Source§fn clone(&self) -> FixedSizeList<'a>
fn clone(&self) -> FixedSizeList<'a>
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for FixedSizeList<'_>
impl Debug for FixedSizeList<'_>
Source§impl<'a> Follow<'a> for FixedSizeList<'a>
impl<'a> Follow<'a> for FixedSizeList<'a>
Source§impl<'a> PartialEq for FixedSizeList<'a>
impl<'a> PartialEq for FixedSizeList<'a>
Source§impl Verifiable for FixedSizeList<'_>
impl Verifiable for FixedSizeList<'_>
impl<'a> Copy for FixedSizeList<'a>
impl<'a> StructuralPartialEq for FixedSizeList<'a>
Auto Trait Implementations§
impl<'a> Freeze for FixedSizeList<'a>
impl<'a> RefUnwindSafe for FixedSizeList<'a>
impl<'a> Send for FixedSizeList<'a>
impl<'a> Sync for FixedSizeList<'a>
impl<'a> Unpin for FixedSizeList<'a>
impl<'a> UnwindSafe for FixedSizeList<'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