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