pub struct LinkRequestDispatch {
pub wire_bytes: usize,
pub fire_on: InterfaceId,
pub link_id: LinkId,
}Fields§
§wire_bytes: usize§fire_on: InterfaceId§link_id: LinkIdTrait Implementations§
Source§impl Clone for LinkRequestDispatch
impl Clone for LinkRequestDispatch
Source§fn clone(&self) -> LinkRequestDispatch
fn clone(&self) -> LinkRequestDispatch
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 LinkRequestDispatch
Source§impl Debug for LinkRequestDispatch
impl Debug for LinkRequestDispatch
impl Eq for LinkRequestDispatch
Source§impl PartialEq for LinkRequestDispatch
impl PartialEq for LinkRequestDispatch
impl StructuralPartialEq for LinkRequestDispatch
Auto Trait Implementations§
impl Freeze for LinkRequestDispatch
impl RefUnwindSafe for LinkRequestDispatch
impl Send for LinkRequestDispatch
impl Sync for LinkRequestDispatch
impl Unpin for LinkRequestDispatch
impl UnsafeUnpin for LinkRequestDispatch
impl UnwindSafe for LinkRequestDispatch
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