#[repr(transparent)]pub struct A2fMessage(pub u8);
Tuple Fields§
§0: u8
Implementations§
Source§impl A2fMessage
impl A2fMessage
pub const NONE: Self
pub const Error: Self
pub const ActivityOutput: Self
pub const ActivityCreateResponse: Self
pub const ENUM_MIN: u8 = 0u8
pub const ENUM_MAX: u8 = 4u8
pub const ENUM_VALUES: &'static [Self]
Sourcepub fn variant_name(self) -> Option<&'static str>
pub fn variant_name(self) -> Option<&'static str>
Returns the variant’s name or “” if unknown.
Trait Implementations§
Source§impl Clone for A2fMessage
impl Clone for A2fMessage
Source§fn clone(&self) -> A2fMessage
fn clone(&self) -> A2fMessage
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 A2fMessage
impl Debug for A2fMessage
Source§impl Default for A2fMessage
impl Default for A2fMessage
Source§fn default() -> A2fMessage
fn default() -> A2fMessage
Returns the “default value” for a type. Read more
Source§impl EndianScalar for A2fMessage
impl EndianScalar for A2fMessage
Source§impl<'a> Follow<'a> for A2fMessage
impl<'a> Follow<'a> for A2fMessage
Source§impl Hash for A2fMessage
impl Hash for A2fMessage
Source§impl Ord for A2fMessage
impl Ord for A2fMessage
Source§fn cmp(&self, other: &A2fMessage) -> Ordering
fn cmp(&self, other: &A2fMessage) -> 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 A2fMessage
impl PartialEq for A2fMessage
Source§impl PartialOrd for A2fMessage
impl PartialOrd for A2fMessage
Source§impl Push for A2fMessage
impl Push for A2fMessage
Source§impl<'a> Verifiable for A2fMessage
impl<'a> Verifiable for A2fMessage
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 A2fMessage
impl Eq for A2fMessage
impl SimpleToVerifyInSlice for A2fMessage
impl StructuralPartialEq for A2fMessage
Auto Trait Implementations§
impl Freeze for A2fMessage
impl RefUnwindSafe for A2fMessage
impl Send for A2fMessage
impl Sync for A2fMessage
impl Unpin for A2fMessage
impl UnwindSafe for A2fMessage
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