[−][src]Struct joycon_rs::joycon::input_report_mode::sub_command_mode::SubCommandReport
Replies to sub-commands
Fields
ack_byte: AckBytesub_command_id: u8reply: RDTrait Implementations
impl<RD: Clone> Clone for SubCommandReport<RD> where
RD: SubCommandReplyData, [src]
RD: SubCommandReplyData,
fn clone(&self) -> SubCommandReport<RD>[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<RD> Debug for SubCommandReport<RD> where
RD: SubCommandReplyData + Debug, [src]
RD: SubCommandReplyData + Debug,
impl<RD> TryFrom<[u8; 349]> for SubCommandReport<RD> where
RD: SubCommandReplyData, [src]
RD: SubCommandReplyData,
Auto Trait Implementations
impl<RD> RefUnwindSafe for SubCommandReport<RD> where
RD: RefUnwindSafe,
RD: RefUnwindSafe,
impl<RD> Send for SubCommandReport<RD> where
RD: Send,
RD: Send,
impl<RD> Sync for SubCommandReport<RD> where
RD: Sync,
RD: Sync,
impl<RD> Unpin for SubCommandReport<RD> where
RD: Unpin,
RD: Unpin,
impl<RD> UnwindSafe for SubCommandReport<RD> where
RD: UnwindSafe,
RD: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,