#[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 for UnionMode
impl PartialEq for UnionMode
source§impl PartialOrd for UnionMode
impl PartialOrd 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 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)