Struct flatbuffers::BackwardsSOffset [−][src]
pub struct BackwardsSOffset<T>(_, _);
Expand description
ForwardsSOffset is used by Follow to traverse a FlatBuffer: the pointer is incremented by the negative of the value contained in this type.
Implementations
impl<T> BackwardsSOffset<T>
[src]
impl<T> BackwardsSOffset<T>
[src]Trait Implementations
impl<T: Debug> Debug for BackwardsSOffset<T>
[src]
impl<T: Debug> Debug for BackwardsSOffset<T>
[src]impl<'a, T: Follow<'a>> Follow<'a> for BackwardsSOffset<T>
[src]
impl<'a, T: Follow<'a>> Follow<'a> for BackwardsSOffset<T>
[src]Auto Trait Implementations
impl<T> RefUnwindSafe for BackwardsSOffset<T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<T> Send for BackwardsSOffset<T> where
T: Send,
T: Send,
impl<T> Sync for BackwardsSOffset<T> where
T: Sync,
T: Sync,
impl<T> Unpin for BackwardsSOffset<T> where
T: Unpin,
T: Unpin,
impl<T> UnwindSafe for BackwardsSOffset<T> where
T: UnwindSafe,
T: UnwindSafe,