pub struct LlapPacket {
pub dst_node: u8,
pub src_node: u8,
pub type_: LlapType,
}Fields§
§dst_node: u8§src_node: u8§type_: LlapTypeImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LlapPacket
impl RefUnwindSafe for LlapPacket
impl Send for LlapPacket
impl Sync for LlapPacket
impl Unpin for LlapPacket
impl UnsafeUnpin for LlapPacket
impl UnwindSafe for LlapPacket
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