pub struct MaaController { /* private fields */ }Trait Implementations§
Source§impl Clone for MaaController
impl Clone for MaaController
Source§fn clone(&self) -> MaaController
fn clone(&self) -> MaaController
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 MaaController
impl Debug for MaaController
impl Copy for MaaController
Auto Trait Implementations§
impl Freeze for MaaController
impl RefUnwindSafe for MaaController
impl Send for MaaController
impl Sync for MaaController
impl Unpin for MaaController
impl UnwindSafe for MaaController
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