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.
Implementations
impl<T> ForwardsVOffset<T>[src]
impl<T> ForwardsVOffset<T>[src]Trait Implementations
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,
impl<T> RefUnwindSafe for ForwardsVOffset<T> where
T: RefUnwindSafe, impl<T> Send for ForwardsVOffset<T> where
T: Send,
impl<T> Send for ForwardsVOffset<T> where
T: Send, impl<T> Sync for ForwardsVOffset<T> where
T: Sync,
impl<T> Sync for ForwardsVOffset<T> where
T: Sync, impl<T> Unpin for ForwardsVOffset<T> where
T: Unpin,
impl<T> Unpin for ForwardsVOffset<T> where
T: Unpin, impl<T> UnwindSafe for ForwardsVOffset<T> where
T: UnwindSafe,
impl<T> UnwindSafe for ForwardsVOffset<T> where
T: UnwindSafe,