pub struct Ack<const ID: usize> {
pub ids: Vec<HidIoCommandId, ID>,
}
Fields
ids: Vec<HidIoCommandId, ID>
Trait Implementations
Auto Trait Implementations
impl<const ID: usize> RefUnwindSafe for Ack<ID>
impl<const ID: usize> Send for Ack<ID>
impl<const ID: usize> Sync for Ack<ID>
impl<const ID: usize> Unpin for Ack<ID>
impl<const ID: usize> UnwindSafe for Ack<ID>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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