#[repr(C)]pub struct _mexLocalFunctionTable {
pub length: size_t,
pub entries: mexFunctionTable,
}Fields§
§length: size_t§entries: mexFunctionTableTrait Implementations§
Source§impl Clone for _mexLocalFunctionTable
impl Clone for _mexLocalFunctionTable
Source§fn clone(&self) -> _mexLocalFunctionTable
fn clone(&self) -> _mexLocalFunctionTable
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 _mexLocalFunctionTable
impl Debug for _mexLocalFunctionTable
Source§impl Default for _mexLocalFunctionTable
impl Default for _mexLocalFunctionTable
impl Copy for _mexLocalFunctionTable
Auto Trait Implementations§
impl Freeze for _mexLocalFunctionTable
impl RefUnwindSafe for _mexLocalFunctionTable
impl !Send for _mexLocalFunctionTable
impl !Sync for _mexLocalFunctionTable
impl Unpin for _mexLocalFunctionTable
impl UnwindSafe for _mexLocalFunctionTable
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