pub struct ReferenceSystem<'a> {
pub _tab: Table<'a>,
}Fields§
§_tab: Table<'a>Implementations§
Source§impl<'a> ReferenceSystem<'a>
impl<'a> ReferenceSystem<'a>
pub const VT_AUTHORITY: VOffsetT = 4
pub const VT_VERSION: VOffsetT = 6
pub const VT_CODE: VOffsetT = 8
pub const VT_CODE_STRING: VOffsetT = 10
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 ReferenceSystemArgs<'args>, ) -> WIPOffset<ReferenceSystem<'bldr>>
pub fn version(&self) -> i32
pub fn code(&self) -> i32
pub fn code_string(&self) -> Option<&'a str>
Trait Implementations§
Source§impl<'a> Clone for ReferenceSystem<'a>
impl<'a> Clone for ReferenceSystem<'a>
Source§fn clone(&self) -> ReferenceSystem<'a>
fn clone(&self) -> ReferenceSystem<'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 moreSource§impl Debug for ReferenceSystem<'_>
impl Debug for ReferenceSystem<'_>
Source§impl<'a> Follow<'a> for ReferenceSystem<'a>
impl<'a> Follow<'a> for ReferenceSystem<'a>
Source§impl<'a> PartialEq for ReferenceSystem<'a>
impl<'a> PartialEq for ReferenceSystem<'a>
Source§fn eq(&self, other: &ReferenceSystem<'a>) -> bool
fn eq(&self, other: &ReferenceSystem<'a>) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Verifiable for ReferenceSystem<'_>
impl Verifiable for ReferenceSystem<'_>
impl<'a> Copy for ReferenceSystem<'a>
impl<'a> StructuralPartialEq for ReferenceSystem<'a>
Auto Trait Implementations§
impl<'a> Freeze for ReferenceSystem<'a>
impl<'a> RefUnwindSafe for ReferenceSystem<'a>
impl<'a> Send for ReferenceSystem<'a>
impl<'a> Sync for ReferenceSystem<'a>
impl<'a> Unpin for ReferenceSystem<'a>
impl<'a> UnsafeUnpin for ReferenceSystem<'a>
impl<'a> UnwindSafe for ReferenceSystem<'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