pub struct Pid(/* private fields */);
Expand description
Packet identifier
Implementations§
Trait Implementations§
Source§impl AddAssign<u16> for Pid
impl AddAssign<u16> for Pid
Source§fn add_assign(&mut self, other: u16)
fn add_assign(&mut self, other: u16)
Performs the
+=
operation. Read moreSource§impl Ord for Pid
impl Ord for Pid
Source§impl PartialOrd for Pid
impl PartialOrd for Pid
Source§impl SubAssign<u16> for Pid
impl SubAssign<u16> for Pid
Source§fn sub_assign(&mut self, other: u16)
fn sub_assign(&mut self, other: u16)
Performs the
-=
operation. Read moreimpl Copy for Pid
impl Eq for Pid
impl StructuralPartialEq for Pid
Auto Trait Implementations§
impl Freeze for Pid
impl RefUnwindSafe for Pid
impl Send for Pid
impl Sync for Pid
impl Unpin for Pid
impl UnwindSafe for Pid
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