Struct flatbuffers::SkipRootOffset[][src]

pub struct SkipRootOffset<T>(_);

SkipRootOffset is used by Follow to traverse a FlatBuffer: the pointer is incremented by a fixed constant in order to skip over the root offset value.

Trait Implementations

impl<'a, T: Follow<'a> + 'a> Follow<'a> for SkipRootOffset<T>
[src]

Auto Trait Implementations

impl<T> Send for SkipRootOffset<T> where
    T: Send

impl<T> Sync for SkipRootOffset<T> where
    T: Sync