pub struct IntegerObject {
pub offset: ByteIndex,
pub type_: IntegerType,
}Fields§
§offset: ByteIndex§type_: IntegerTypeImplementations§
Source§impl IntegerObject
impl IntegerObject
pub fn read( &self, buffer: &InspectableFlatbuffer<'_>, ) -> Result<IntegerLiteral, Error>
Trait Implementations§
Source§impl Byterange for IntegerObject
impl Byterange for IntegerObject
Source§impl<'a> Children<'a> for IntegerObject
impl<'a> Children<'a> for IntegerObject
Source§impl Clone for IntegerObject
impl Clone for IntegerObject
Source§fn clone(&self) -> IntegerObject
fn clone(&self) -> IntegerObject
Returns a duplicate 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 IntegerObject
impl Debug for IntegerObject
Source§impl Hash for IntegerObject
impl Hash for IntegerObject
Source§impl<'a> ObjectName<'a> for IntegerObject
impl<'a> ObjectName<'a> for IntegerObject
fn print_object(&self, buffer: &InspectableFlatbuffer<'a>) -> String
Source§impl PartialEq for IntegerObject
impl PartialEq for IntegerObject
impl Copy for IntegerObject
impl Eq for IntegerObject
impl StructuralPartialEq for IntegerObject
Auto Trait Implementations§
impl Freeze for IntegerObject
impl RefUnwindSafe for IntegerObject
impl Send for IntegerObject
impl Sync for IntegerObject
impl Unpin for IntegerObject
impl UnwindSafe for IntegerObject
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.