#[repr(transparent)]pub struct A2rRootPayload(pub u8);
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
Source§impl Clone for A2rRootPayload
impl Clone for A2rRootPayload
Source§fn clone(&self) -> A2rRootPayload
fn clone(&self) -> A2rRootPayload
Returns a copy 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 A2rRootPayload
impl Debug for A2rRootPayload
Source§impl Default for A2rRootPayload
impl Default for A2rRootPayload
Source§fn default() -> A2rRootPayload
fn default() -> A2rRootPayload
Returns the “default value” for a type. Read more
Source§impl EndianScalar for A2rRootPayload
impl EndianScalar for A2rRootPayload
Source§impl<'a> Follow<'a> for A2rRootPayload
impl<'a> Follow<'a> for A2rRootPayload
Source§impl Hash for A2rRootPayload
impl Hash for A2rRootPayload
Source§impl Ord for A2rRootPayload
impl Ord for A2rRootPayload
Source§fn cmp(&self, other: &A2rRootPayload) -> Ordering
fn cmp(&self, other: &A2rRootPayload) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for A2rRootPayload
impl PartialEq for A2rRootPayload
Source§impl PartialOrd for A2rRootPayload
impl PartialOrd for A2rRootPayload
Source§impl Push for A2rRootPayload
impl Push for A2rRootPayload
Source§impl<'a> Verifiable for A2rRootPayload
impl<'a> Verifiable for A2rRootPayload
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 A2rRootPayload
impl Eq for A2rRootPayload
impl SimpleToVerifyInSlice for A2rRootPayload
impl StructuralPartialEq for A2rRootPayload
Auto Trait Implementations§
impl Freeze for A2rRootPayload
impl RefUnwindSafe for A2rRootPayload
impl Send for A2rRootPayload
impl Sync for A2rRootPayload
impl Unpin for A2rRootPayload
impl UnwindSafe for A2rRootPayload
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