[][src]Struct comms_service::SpacePacket

pub struct SpacePacket { /* fields omitted */ }

Structure used to implement SpacePacket version of LinkPacket

Trait Implementations

impl LinkPacket for SpacePacket[src]

fn validate(&self) -> bool[src]

Validate the contents of the link packet

fn max_size() -> usize[src]

The maximum allowed size of the packet We are still assuming that at some point these packets will be sent over IP/UDP Read more

impl Eq for SpacePacket[src]

impl PartialEq<SpacePacket> for SpacePacket[src]

impl Debug for SpacePacket[src]

Auto Trait Implementations

impl Unpin for SpacePacket

impl Sync for SpacePacket

impl Send for SpacePacket

impl UnwindSafe for SpacePacket

impl RefUnwindSafe for SpacePacket

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DebugAny for T where
    T: Any + Debug

impl<T> UnsafeAny for T where
    T: Any