Struct flatbuffers::BackwardsSOffset[][src]

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

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

Methods

impl<T> BackwardsSOffset<T>
[src]

Trait Implementations

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

Formats the value using the given formatter. Read more

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

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

Auto Trait Implementations

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

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