pub enum Opcode {
Show 21 variants
DeviceList,
Attach,
AppVersion,
Name,
Close,
Info,
Boot,
Menu,
Reset,
Binary,
Stream,
Fence,
GetAddress,
PutAddress,
PutIPS,
GetFile,
PutFile,
List,
Remove,
Rename,
MakeDir,
}Variants§
DeviceList
Attach
AppVersion
Name
Close
Info
Boot
Menu
Reset
Binary
Stream
Fence
GetAddress
PutAddress
PutIPS
GetFile
PutFile
List
Remove
Rename
MakeDir
Trait Implementations§
impl StructuralPartialEq for Opcode
Auto Trait Implementations§
impl Freeze for Opcode
impl RefUnwindSafe for Opcode
impl Send for Opcode
impl Sync for Opcode
impl Unpin for Opcode
impl UnsafeUnpin for Opcode
impl UnwindSafe for Opcode
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