#[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 PartialEq<UnionMode> for UnionMode
impl PartialEq<UnionMode> for UnionMode
source§impl PartialOrd<UnionMode> for UnionMode
impl PartialOrd<UnionMode> for UnionMode
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§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 StructuralEq for UnionMode
impl StructuralPartialEq for UnionMode
Auto Trait Implementations§
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
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more