#[repr(transparent)]pub struct GetType(pub u8);Tuple Fields§
§0: u8Implementations§
Trait Implementations§
Source§impl EndianScalar for GetType
 
impl EndianScalar for GetType
Source§impl Ord for GetType
 
impl Ord for GetType
Source§impl PartialOrd for GetType
 
impl PartialOrd for GetType
Source§impl<'a> Verifiable for GetType
 
impl<'a> Verifiable for GetType
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 Copy for GetType
impl Eq for GetType
impl SimpleToVerifyInSlice for GetType
impl StructuralPartialEq for GetType
Auto Trait Implementations§
impl Freeze for GetType
impl RefUnwindSafe for GetType
impl Send for GetType
impl Sync for GetType
impl Unpin for GetType
impl UnwindSafe for GetType
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