pub enum MaaControllerOption {
Invalid,
ScreenshotTargetLongSide(i32),
ScreenshotTargetShortSide(i32),
DefaultAppPackageEntry(String),
DefaultAppPackage(String),
Recording(bool),
}
Variants§
Invalid
ScreenshotTargetLongSide(i32)
ScreenshotTargetShortSide(i32)
DefaultAppPackageEntry(String)
DefaultAppPackage(String)
Recording(bool)
Trait Implementations§
Source§impl Debug for MaaControllerOption
impl Debug for MaaControllerOption
Source§impl<'de> Deserialize<'de> for MaaControllerOption
impl<'de> Deserialize<'de> for MaaControllerOption
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 Display for MaaControllerOption
impl Display for MaaControllerOption
Auto Trait Implementations§
impl Freeze for MaaControllerOption
impl RefUnwindSafe for MaaControllerOption
impl Send for MaaControllerOption
impl Sync for MaaControllerOption
impl Unpin for MaaControllerOption
impl UnwindSafe for MaaControllerOption
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