pub enum ChipManagementCommand {
MapChipSettings(MapChipSettings),
SwitchChipset(SwitchChipset),
OverwriteMapChips(OverwriteMapChips),
}Variants§
Implementations§
Source§impl ChipManagementCommand
impl ChipManagementCommand
pub fn parse_map_chip_settings(bytes: &[u8]) -> (usize, Self)
pub fn parse_switch_chipset(bytes: &[u8]) -> (usize, Self)
pub fn parse_overwrite_map_chips(bytes: &[u8]) -> (usize, Self)
Auto Trait Implementations§
impl Freeze for ChipManagementCommand
impl RefUnwindSafe for ChipManagementCommand
impl Send for ChipManagementCommand
impl Sync for ChipManagementCommand
impl Unpin for ChipManagementCommand
impl UnwindSafe for ChipManagementCommand
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