pub struct Apid(/* private fields */);Expand description
Application process ID
Returns the application process ID stored in the packet. The actual meaning of this APID field may differ per implementation: technically, it only represents “some” data path. In practice, it will often be a identifier for: a data channel, the packet source, or the packet destination.
Implementations§
Trait Implementations§
impl Copy for Apid
impl Eq for Apid
impl StructuralPartialEq for Apid
Auto Trait Implementations§
impl Freeze for Apid
impl RefUnwindSafe for Apid
impl Send for Apid
impl Sync for Apid
impl Unpin for Apid
impl UnsafeUnpin for Apid
impl UnwindSafe for Apid
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