pub struct PacketBytes {
pub time: Time,
pub idf: IdAndResponder,
pub inner: Vec<u8>,
}
Fields§
§time: Time
§idf: IdAndResponder
§inner: Vec<u8>
Implementations§
Source§impl PacketBytes
impl PacketBytes
Trait Implementations§
Source§impl Clone for PacketBytes
impl Clone for PacketBytes
Source§fn clone(&self) -> PacketBytes
fn clone(&self) -> PacketBytes
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 moreAuto Trait Implementations§
impl Freeze for PacketBytes
impl RefUnwindSafe for PacketBytes
impl Send for PacketBytes
impl Sync for PacketBytes
impl Unpin for PacketBytes
impl UnwindSafe for PacketBytes
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