Struct flatbuffers::ForwardsVOffset[][src]

pub struct ForwardsVOffset<T>(_, _);

ForwardsVOffset is used by Follow to traverse a FlatBuffer: the pointer is incremented by the value contained in this type.

Methods

impl<T> ForwardsVOffset<T>
[src]

Trait Implementations

impl<T: Debug> Debug for ForwardsVOffset<T>
[src]

Formats the value using the given formatter. Read more

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

impl<T> Push for ForwardsVOffset<T>
[src]

Auto Trait Implementations

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

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