pub struct ForwardsVOffset<T>(/* private fields */);
Expand description
ForwardsVOffset is used by Follow to traverse a FlatBuffer: the pointer is incremented by the value contained in this type.
Implementations§
Trait Implementations§
Source§impl<T: Debug> Debug for ForwardsVOffset<T>
impl<T: Debug> Debug for ForwardsVOffset<T>
Source§impl<'a, T: Follow<'a>> Follow<'a> for ForwardsVOffset<T>
impl<'a, T: Follow<'a>> Follow<'a> for ForwardsVOffset<T>
Auto Trait Implementations§
impl<T> Freeze for ForwardsVOffset<T>
impl<T> RefUnwindSafe for ForwardsVOffset<T>where
T: RefUnwindSafe,
impl<T> Send for ForwardsVOffset<T>where
T: Send,
impl<T> Sync for ForwardsVOffset<T>where
T: Sync,
impl<T> Unpin for ForwardsVOffset<T>where
T: Unpin,
impl<T> UnwindSafe for ForwardsVOffset<T>where
T: UnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more