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