Struct flatbuffers::SkipSizePrefix[][src]

pub struct SkipSizePrefix<T>(_);

SkipSizePrefix is used by Follow to traverse a FlatBuffer: the pointer is incremented by a fixed constant in order to skip over the size prefix value.

Trait Implementations

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

Auto Trait Implementations

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

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