pub struct SendSinglePacketDispatch {
pub wire_bytes: usize,
pub fire_on: InterfaceId,
pub culled: Option<CulledReceipt>,
}Fields§
§wire_bytes: usize§fire_on: InterfaceId§culled: Option<CulledReceipt>Trait Implementations§
Source§impl Clone for SendSinglePacketDispatch
impl Clone for SendSinglePacketDispatch
Source§fn clone(&self) -> SendSinglePacketDispatch
fn clone(&self) -> SendSinglePacketDispatch
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SendSinglePacketDispatch
Source§impl Debug for SendSinglePacketDispatch
impl Debug for SendSinglePacketDispatch
impl Eq for SendSinglePacketDispatch
Source§impl PartialEq for SendSinglePacketDispatch
impl PartialEq for SendSinglePacketDispatch
impl StructuralPartialEq for SendSinglePacketDispatch
Auto Trait Implementations§
impl Freeze for SendSinglePacketDispatch
impl RefUnwindSafe for SendSinglePacketDispatch
impl Send for SendSinglePacketDispatch
impl Sync for SendSinglePacketDispatch
impl Unpin for SendSinglePacketDispatch
impl UnsafeUnpin for SendSinglePacketDispatch
impl UnwindSafe for SendSinglePacketDispatch
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