pub struct PacketMetaData {
pub uuid: Arc<Uuid>,
pub priority: u16,
pub byte_size: u64,
}
Fields§
§uuid: Arc<Uuid>
§priority: u16
§byte_size: u64
Trait Implementations§
Source§impl Clone for PacketMetaData
impl Clone for PacketMetaData
Source§fn clone(&self) -> PacketMetaData
fn clone(&self) -> PacketMetaData
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 PacketMetaData
impl Debug for PacketMetaData
Source§impl Ord for PacketMetaData
impl Ord for PacketMetaData
Source§fn cmp(&self, other: &PacketMetaData) -> Ordering
fn cmp(&self, other: &PacketMetaData) -> 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 PacketMetaData
impl PartialEq for PacketMetaData
Source§impl PartialOrd for PacketMetaData
impl PartialOrd for PacketMetaData
impl Eq for PacketMetaData
impl StructuralPartialEq for PacketMetaData
Auto Trait Implementations§
impl Freeze for PacketMetaData
impl RefUnwindSafe for PacketMetaData
impl Send for PacketMetaData
impl Sync for PacketMetaData
impl Unpin for PacketMetaData
impl UnwindSafe for PacketMetaData
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