Struct flatbuffers::BackwardsSOffset
source · 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§
Trait Implementations§
source§impl<T: Debug> Debug for BackwardsSOffset<T>
impl<T: Debug> Debug for BackwardsSOffset<T>
source§impl<'a, T: Follow<'a>> Follow<'a> for BackwardsSOffset<T>
impl<'a, T: Follow<'a>> Follow<'a> for BackwardsSOffset<T>
Auto Trait Implementations§
impl<T> RefUnwindSafe for BackwardsSOffset<T>where T: RefUnwindSafe,
impl<T> Send for BackwardsSOffset<T>where T: Send,
impl<T> Sync for BackwardsSOffset<T>where T: Sync,
impl<T> Unpin for BackwardsSOffset<T>where T: Unpin,
impl<T> UnwindSafe for BackwardsSOffset<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