pub struct R2aFromFrontend<'a> {
pub _tab: Table<'a>,
}
Fields§
§_tab: Table<'a>
Implementations§
Source§impl<'a> R2aFromFrontend<'a>
impl<'a> R2aFromFrontend<'a>
pub const VT_FRONTEND_ID: VOffsetT = 4u16
pub const VT_PAYLOAD: VOffsetT = 6u16
pub unsafe fn init_from_table(table: Table<'a>) -> Self
pub fn create<'bldr: 'args, 'args: 'mut_bldr, 'mut_bldr, A: Allocator + 'bldr>( _fbb: &'mut_bldr mut FlatBufferBuilder<'bldr, A>, args: &'args R2aFromFrontendArgs<'args>, ) -> WIPOffset<R2aFromFrontend<'bldr>>
pub fn frontend_id(&self) -> u64
pub fn payload(&self) -> Option<Vector<'a, u8>>
Trait Implementations§
Source§impl<'a> Clone for R2aFromFrontend<'a>
impl<'a> Clone for R2aFromFrontend<'a>
Source§fn clone(&self) -> R2aFromFrontend<'a>
fn clone(&self) -> R2aFromFrontend<'a>
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for R2aFromFrontend<'_>
impl Debug for R2aFromFrontend<'_>
Source§impl<'a> Follow<'a> for R2aFromFrontend<'a>
impl<'a> Follow<'a> for R2aFromFrontend<'a>
Source§impl<'a> PartialEq for R2aFromFrontend<'a>
impl<'a> PartialEq for R2aFromFrontend<'a>
Source§impl Verifiable for R2aFromFrontend<'_>
impl Verifiable for R2aFromFrontend<'_>
Source§fn run_verifier(
v: &mut Verifier<'_, '_>,
pos: usize,
) -> Result<(), InvalidFlatbuffer>
fn run_verifier( v: &mut Verifier<'_, '_>, pos: usize, ) -> Result<(), InvalidFlatbuffer>
Runs the verifier for this type, assuming its at position
pos
in the verifier’s buffer.
Should not need to be called directly.impl<'a> Copy for R2aFromFrontend<'a>
impl<'a> StructuralPartialEq for R2aFromFrontend<'a>
Auto Trait Implementations§
impl<'a> Freeze for R2aFromFrontend<'a>
impl<'a> RefUnwindSafe for R2aFromFrontend<'a>
impl<'a> Send for R2aFromFrontend<'a>
impl<'a> Sync for R2aFromFrontend<'a>
impl<'a> Unpin for R2aFromFrontend<'a>
impl<'a> UnwindSafe for R2aFromFrontend<'a>
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