[][src]Struct joycon_rs::joycon::input_report_mode::sub_command_mode::SubCommandMode

pub struct SubCommandMode<D, RD> where
    D: JoyConDriver,
    RD: SubCommandReplyData
{ /* fields omitted */ }
Deprecated

Receive standard input report with sub-command's reply.

Trait Implementations

impl<D, RD> InputReportMode<D> for SubCommandMode<D, RD> where
    D: JoyConDriver,
    RD: SubCommandReplyData
[src]

type Report = StandardInputReport<SubCommandReport<RD>>

type ArgsType = RD::ArgsType

Auto Trait Implementations

impl<D, RD> RefUnwindSafe for SubCommandMode<D, RD> where
    D: RefUnwindSafe,
    RD: RefUnwindSafe

impl<D, RD> Send for SubCommandMode<D, RD> where
    D: Send,
    RD: Send

impl<D, RD> Sync for SubCommandMode<D, RD> where
    D: Sync,
    RD: Sync

impl<D, RD> Unpin for SubCommandMode<D, RD> where
    D: Unpin,
    RD: Unpin

impl<D, RD> UnwindSafe for SubCommandMode<D, RD> where
    D: UnwindSafe,
    RD: 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, 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.