RustLibApi class abstract
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- rust_arc_decrement_strong_count_AdbDevice → RustArcDecrementStrongCountFnType
-
no setter
- rust_arc_decrement_strong_count_AdbDevicePtr → CrossPlatformFinalizerArg
-
no setter
- rust_arc_decrement_strong_count_DeviceTcpStream → RustArcDecrementStrongCountFnType
-
no setter
- rust_arc_decrement_strong_count_DeviceTcpStreamPtr → CrossPlatformFinalizerArg
-
no setter
- rust_arc_increment_strong_count_AdbDevice → RustArcIncrementStrongCountFnType
-
no setter
- rust_arc_increment_strong_count_DeviceTcpStream → RustArcIncrementStrongCountFnType
-
no setter
Methods
-
crateApiToolAdbDeviceExecuteHostCommand(
{required AdbDevice that, required String shell, required bool hasOutput, required bool hasLen}) → String -
crateApiToolAdbDeviceExecuteHostShellCommand(
{required AdbDevice that, required String shell}) → String -
crateApiToolDeviceHostConnect(
{required DeviceHost that}) → DeviceTcpStream -
crateApiToolDeviceHostConnectToDevice(
{required DeviceHost that}) → AdbDevice -
crateApiToolDeviceHostDevices(
{required DeviceHost that}) → List< AdbDeviceInfo> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited