#[repr(transparent)]pub struct R2aHandshakeRootPayload(pub u8);
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
Source§impl Clone for R2aHandshakeRootPayload
impl Clone for R2aHandshakeRootPayload
Source§fn clone(&self) -> R2aHandshakeRootPayload
fn clone(&self) -> R2aHandshakeRootPayload
Returns a duplicate 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 R2aHandshakeRootPayload
impl Debug for R2aHandshakeRootPayload
Source§impl Default for R2aHandshakeRootPayload
impl Default for R2aHandshakeRootPayload
Source§fn default() -> R2aHandshakeRootPayload
fn default() -> R2aHandshakeRootPayload
Returns the “default value” for a type. Read more
Source§impl<'a> Follow<'a> for R2aHandshakeRootPayload
impl<'a> Follow<'a> for R2aHandshakeRootPayload
Source§impl Hash for R2aHandshakeRootPayload
impl Hash for R2aHandshakeRootPayload
Source§impl Ord for R2aHandshakeRootPayload
impl Ord for R2aHandshakeRootPayload
Source§fn cmp(&self, other: &R2aHandshakeRootPayload) -> Ordering
fn cmp(&self, other: &R2aHandshakeRootPayload) -> 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 R2aHandshakeRootPayload
impl PartialEq for R2aHandshakeRootPayload
Source§impl PartialOrd for R2aHandshakeRootPayload
impl PartialOrd for R2aHandshakeRootPayload
Source§impl Push for R2aHandshakeRootPayload
impl Push for R2aHandshakeRootPayload
Source§impl<'a> Verifiable for R2aHandshakeRootPayload
impl<'a> Verifiable for R2aHandshakeRootPayload
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 R2aHandshakeRootPayload
impl Eq for R2aHandshakeRootPayload
impl SimpleToVerifyInSlice for R2aHandshakeRootPayload
impl StructuralPartialEq for R2aHandshakeRootPayload
Auto Trait Implementations§
impl Freeze for R2aHandshakeRootPayload
impl RefUnwindSafe for R2aHandshakeRootPayload
impl Send for R2aHandshakeRootPayload
impl Sync for R2aHandshakeRootPayload
impl Unpin for R2aHandshakeRootPayload
impl UnwindSafe for R2aHandshakeRootPayload
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