pub struct Header {
pub port: Port,
pub pid: Pid,
pub data_kind: u8,
pub data_len: u32,
pub src: Option<Call>,
pub dst: Option<Call>,
}Fields§
§port: Port§pid: Pid§data_kind: u8§data_len: u32§src: Option<Call>§dst: Option<Call>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Header
impl RefUnwindSafe for Header
impl Send for Header
impl Sync for Header
impl Unpin for Header
impl UnsafeUnpin for Header
impl UnwindSafe for Header
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