#[repr(C, packed(1))]pub struct Send {
pub exit_code: u32,
pub return_id: BlockId,
pub return_codec: u64,
pub return_size: u32,
}Fields§
§exit_code: u32§return_id: BlockId§return_codec: u64§return_size: u32Trait Implementations§
impl Copy for Send
impl Eq for Send
impl StructuralPartialEq for Send
impl SyscallSafe for Send
Auto Trait Implementations§
impl Freeze for Send
impl RefUnwindSafe for Send
impl Send for Send
impl Sync for Send
impl Unpin for Send
impl UnwindSafe for Send
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