pub struct PID(/* private fields */);Expand description
Protected ID which is a 6 bit ID with two parity bits
Implementations§
Source§impl PID
impl PID
Trait Implementations§
impl 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