Struct flatbuffers::SkipFileIdentifier[][src]

pub struct SkipFileIdentifier<T>(_);

SkipFileIdentifier is used by Follow to traverse a FlatBuffer: the pointer is incremented by a fixed constant in order to skip over the file identifier value.

Trait Implementations

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

Auto Trait Implementations

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

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