[][src]Struct aimc_hal::messaging::Nack

pub struct Nack {}

The message was not acknowledged.

Implementations

impl Nack[src]

pub const ID: u8[src]

The ID used when encoded as a Packet.

pub const fn new() -> Self[src]

Trait Implementations

impl Clone for Nack[src]

impl Copy for Nack[src]

impl Debug for Nack[src]

impl Default for Nack[src]

impl Eq for Nack[src]

impl From<Nack> for Packet[src]

impl FromCtx<Endian, [u8]> for Nack[src]

impl<'a> IntoCtx<Endian, [u8]> for &'a Nack[src]

impl IntoCtx<Endian, [u8]> for Nack[src]

impl PartialEq<Nack> for Nack[src]

impl SizeWith<Endian> for Nack[src]

impl StructuralEq for Nack[src]

impl StructuralPartialEq for Nack[src]

impl<'a> TryFromCtx<'a, Endian, [u8]> for Nack where
    Nack: 'a, 
[src]

type Error = Error

impl<'a> TryIntoCtx<Endian, [u8]> for &'a Nack[src]

type Error = Error

impl TryIntoCtx<Endian, [u8]> for Nack[src]

type Error = Error

Auto Trait Implementations

impl RefUnwindSafe for Nack

impl Send for Nack

impl Sync for Nack

impl Unpin for Nack

impl UnwindSafe for Nack

Blanket Implementations

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

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

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

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

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

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

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.