#[repr(C)]pub struct callFunctionItem { /* private fields */ }Trait Implementations§
Source§impl Clone for callFunctionItem
impl Clone for callFunctionItem
Source§fn clone(&self) -> callFunctionItem
fn clone(&self) -> callFunctionItem
Returns a copy 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 callFunctionItem
impl Debug for callFunctionItem
impl Copy for callFunctionItem
Auto Trait Implementations§
impl Freeze for callFunctionItem
impl RefUnwindSafe for callFunctionItem
impl Send for callFunctionItem
impl Sync for callFunctionItem
impl Unpin for callFunctionItem
impl UnwindSafe for callFunctionItem
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