pub struct MaaToolkitGamescopeInstance { /* private fields */ }Trait Implementations§
Source§impl Clone for MaaToolkitGamescopeInstance
impl Clone for MaaToolkitGamescopeInstance
Source§fn clone(&self) -> MaaToolkitGamescopeInstance
fn clone(&self) -> MaaToolkitGamescopeInstance
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MaaToolkitGamescopeInstance
Auto Trait Implementations§
impl Freeze for MaaToolkitGamescopeInstance
impl RefUnwindSafe for MaaToolkitGamescopeInstance
impl Send for MaaToolkitGamescopeInstance
impl Sync for MaaToolkitGamescopeInstance
impl Unpin for MaaToolkitGamescopeInstance
impl UnsafeUnpin for MaaToolkitGamescopeInstance
impl UnwindSafe for MaaToolkitGamescopeInstance
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