Struct vortex_flatbuffers::message::MessageHeader
source · #[repr(transparent)]pub struct MessageHeader(pub u8);
Tuple Fields§
§0: u8
Implementations§
source§impl MessageHeader
impl MessageHeader
pub const NONE: Self = _
pub const ArrayData: Self = _
pub const Buffer: Self = _
pub const DType: Self = _
pub const ENUM_MIN: u8 = 0u8
pub const ENUM_MAX: u8 = 3u8
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 MessageHeader
impl Clone for MessageHeader
source§fn clone(&self) -> MessageHeader
fn clone(&self) -> MessageHeader
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 MessageHeader
impl Debug for MessageHeader
source§impl Default for MessageHeader
impl Default for MessageHeader
source§fn default() -> MessageHeader
fn default() -> MessageHeader
Returns the “default value” for a type. Read more
source§impl EndianScalar for MessageHeader
impl EndianScalar for MessageHeader
source§impl<'a> Follow<'a> for MessageHeader
impl<'a> Follow<'a> for MessageHeader
source§impl Hash for MessageHeader
impl Hash for MessageHeader
source§impl Ord for MessageHeader
impl Ord for MessageHeader
source§fn cmp(&self, other: &MessageHeader) -> Ordering
fn cmp(&self, other: &MessageHeader) -> 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 MessageHeader
impl PartialEq for MessageHeader
source§impl PartialOrd for MessageHeader
impl PartialOrd for MessageHeader
source§impl Push for MessageHeader
impl Push for MessageHeader
source§impl<'a> Verifiable for MessageHeader
impl<'a> Verifiable for MessageHeader
impl Copy for MessageHeader
impl Eq for MessageHeader
impl SimpleToVerifyInSlice for MessageHeader
impl StructuralPartialEq for MessageHeader
Auto Trait Implementations§
impl Freeze for MessageHeader
impl RefUnwindSafe for MessageHeader
impl Send for MessageHeader
impl Sync for MessageHeader
impl Unpin for MessageHeader
impl UnwindSafe for MessageHeader
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§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
)