#[repr(C)]pub struct MaaControllerAPI { /* private fields */ }
Available on crate feature
internal
only.Trait Implementations§
Source§impl Clone for MaaControllerAPI
impl Clone for MaaControllerAPI
Source§fn clone(&self) -> MaaControllerAPI
fn clone(&self) -> MaaControllerAPI
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 MaaControllerAPI
impl Debug for MaaControllerAPI
impl Copy for MaaControllerAPI
Auto Trait Implementations§
impl Freeze for MaaControllerAPI
impl RefUnwindSafe for MaaControllerAPI
impl Send for MaaControllerAPI
impl Sync for MaaControllerAPI
impl Unpin for MaaControllerAPI
impl UnwindSafe for MaaControllerAPI
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