Struct hid_io_protocol::commands::h0000::Ack[][src]

pub struct Ack<ID: ArrayLength<HidIoCommandId>> {
    pub ids: Vec<HidIoCommandId, ID>,
}

Fields

ids: Vec<HidIoCommandId, ID>

Trait Implementations

impl<ID: Clone + ArrayLength<HidIoCommandId>> Clone for Ack<ID>[src]

impl<ID: Debug + ArrayLength<HidIoCommandId>> Debug for Ack<ID>[src]

Auto Trait Implementations

impl<ID> RefUnwindSafe for Ack<ID> where
    <ID as ArrayLength<HidIoCommandId>>::ArrayType: RefUnwindSafe

impl<ID> Send for Ack<ID>

impl<ID> Sync for Ack<ID>

impl<ID> Unpin for Ack<ID> where
    <ID as ArrayLength<HidIoCommandId>>::ArrayType: Unpin

impl<ID> UnwindSafe for Ack<ID> where
    <ID as ArrayLength<HidIoCommandId>>::ArrayType: UnwindSafe

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.