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