pub struct SendToLinkDispatch {
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 SendToLinkDispatch
impl Clone for SendToLinkDispatch
Source§fn clone(&self) -> SendToLinkDispatch
fn clone(&self) -> SendToLinkDispatch
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 SendToLinkDispatch
Source§impl Debug for SendToLinkDispatch
impl Debug for SendToLinkDispatch
impl Eq for SendToLinkDispatch
Source§impl PartialEq for SendToLinkDispatch
impl PartialEq for SendToLinkDispatch
impl StructuralPartialEq for SendToLinkDispatch
Auto Trait Implementations§
impl Freeze for SendToLinkDispatch
impl RefUnwindSafe for SendToLinkDispatch
impl Send for SendToLinkDispatch
impl Sync for SendToLinkDispatch
impl Unpin for SendToLinkDispatch
impl UnsafeUnpin for SendToLinkDispatch
impl UnwindSafe for SendToLinkDispatch
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