#[repr(C)]pub struct NetIpcReply {
pub status: i32,
pub payload_len: u32,
}Expand description
Response header from kernel to silo.
Fields§
§status: i32§payload_len: u32Trait Implementations§
Source§impl Clone for NetIpcReply
impl Clone for NetIpcReply
Source§fn clone(&self) -> NetIpcReply
fn clone(&self) -> NetIpcReply
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NetIpcReply
Auto Trait Implementations§
impl Freeze for NetIpcReply
impl RefUnwindSafe for NetIpcReply
impl Send for NetIpcReply
impl Sync for NetIpcReply
impl Unpin for NetIpcReply
impl UnsafeUnpin for NetIpcReply
impl UnwindSafe for NetIpcReply
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