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