Struct flatbuffers::ForwardsUOffset[][src]

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

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

Methods

impl<T> ForwardsUOffset<T>
[src]

Trait Implementations

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

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

Formats the value using the given formatter. Read more

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

Auto Trait Implementations

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

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