Struct flatbuffers::Table[][src]

pub struct Table<'a> {
    pub buf: &'a [u8],
    pub loc: usize,
}

Fields

Methods

impl<'a> Table<'a>
[src]

Trait Implementations

impl<'a> Clone for Table<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Copy for Table<'a>
[src]

impl<'a> Debug for Table<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> PartialEq for Table<'a>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'a> Follow<'a> for Table<'a>
[src]

Auto Trait Implementations

impl<'a> Send for Table<'a>

impl<'a> Sync for Table<'a>