pub struct MaaAdbControllerType {
pub touch_type: MaaAdbControllerTouchType,
pub key_type: MaaAdbControllerKeyType,
pub screencap_type: MaaAdbControlScreencapType,
}Available on crate feature
adb only.Fields§
§touch_type: MaaAdbControllerTouchType§key_type: MaaAdbControllerKeyType§screencap_type: MaaAdbControlScreencapTypeTrait Implementations§
Source§impl Clone for MaaAdbControllerType
impl Clone for MaaAdbControllerType
Source§fn clone(&self) -> MaaAdbControllerType
fn clone(&self) -> MaaAdbControllerType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MaaAdbControllerType
impl Debug for MaaAdbControllerType
Source§impl Default for MaaAdbControllerType
impl Default for MaaAdbControllerType
Source§fn default() -> MaaAdbControllerType
fn default() -> MaaAdbControllerType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MaaAdbControllerType
impl<'de> Deserialize<'de> for MaaAdbControllerType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<MaaAdbControllerType> for MaaAdbControllerTypeEnum
impl From<MaaAdbControllerType> for MaaAdbControllerTypeEnum
Source§fn from(value: MaaAdbControllerType) -> Self
fn from(value: MaaAdbControllerType) -> Self
Converts to this type from the input type.
Source§impl Serialize for MaaAdbControllerType
impl Serialize for MaaAdbControllerType
Source§impl TryFrom<i32> for MaaAdbControllerType
impl TryFrom<i32> for MaaAdbControllerType
impl Copy for MaaAdbControllerType
Auto Trait Implementations§
impl Freeze for MaaAdbControllerType
impl RefUnwindSafe for MaaAdbControllerType
impl Send for MaaAdbControllerType
impl Sync for MaaAdbControllerType
impl Unpin for MaaAdbControllerType
impl UnwindSafe for MaaAdbControllerType
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