pub struct Apid(/* private fields */);Expand description
The 11-bit Application Process Identifier (APID).
The APID is used to route the packet to a specific application process or component within the satellite’s flight software. It acts as a “port number” or “topic” for the packet’s data.
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