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