pub enum GeneralCommand<'a> {
ReadAttributesCommand(Vec<ReadAttribute, 16>),
ReportAttributesCommand(Vec<AttributeReport<'a>, 16>),
}Variants§
ReadAttributesCommand(Vec<ReadAttribute, 16>)
ReportAttributesCommand(Vec<AttributeReport<'a>, 16>)
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for GeneralCommand<'a>
impl<'a> RefUnwindSafe for GeneralCommand<'a>
impl<'a> Send for GeneralCommand<'a>
impl<'a> Sync for GeneralCommand<'a>
impl<'a> Unpin for GeneralCommand<'a>
impl<'a> UnwindSafe for GeneralCommand<'a>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more