Struct hid_io_protocol::commands::h0034::Cmd
source · Fields
output: String<S>
Trait Implementations
Auto Trait Implementations
impl<const S: usize> RefUnwindSafe for Cmd<S>
impl<const S: usize> Send for Cmd<S>
impl<const S: usize> Sync for Cmd<S>
impl<const S: usize> Unpin for Cmd<S>
impl<const S: usize> UnwindSafe for Cmd<S>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more