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