pub struct BlockEventId<'a> {
pub _tab: Table<'a>,
}Fields§
§_tab: Table<'a>Implementations§
Source§impl<'a> BlockEventId<'a>
impl<'a> BlockEventId<'a>
pub const VT_ID: VOffsetT = 4
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 BlockEventIdArgs<'args>, ) -> WIPOffset<BlockEventId<'bldr>>
pub fn id(&self) -> Option<&'a str>
Trait Implementations§
Source§impl<'a> Clone for BlockEventId<'a>
impl<'a> Clone for BlockEventId<'a>
Source§fn clone(&self) -> BlockEventId<'a>
fn clone(&self) -> BlockEventId<'a>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl<'a> Copy for BlockEventId<'a>
Source§impl Debug for BlockEventId<'_>
impl Debug for BlockEventId<'_>
Source§impl<'a> Follow<'a> for BlockEventId<'a>
impl<'a> Follow<'a> for BlockEventId<'a>
Source§impl<'a> PartialEq for BlockEventId<'a>
impl<'a> PartialEq for BlockEventId<'a>
Source§fn eq(&self, other: &BlockEventId<'a>) -> bool
fn eq(&self, other: &BlockEventId<'a>) -> bool
Tests for
self and other values to be equal, and is used by ==.impl<'a> StructuralPartialEq for BlockEventId<'a>
Source§impl Verifiable for BlockEventId<'_>
impl Verifiable for BlockEventId<'_>
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.Auto Trait Implementations§
impl<'a> Freeze for BlockEventId<'a>
impl<'a> RefUnwindSafe for BlockEventId<'a>
impl<'a> Send for BlockEventId<'a>
impl<'a> Sync for BlockEventId<'a>
impl<'a> Unpin for BlockEventId<'a>
impl<'a> UnsafeUnpin for BlockEventId<'a>
impl<'a> UnwindSafe for BlockEventId<'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