#[repr(C)]pub struct _mexInitTermTableEntry {
pub initialize: Option<extern "C" fn()>,
pub terminate: Option<extern "C" fn()>,
}Fields§
§initialize: Option<extern "C" fn()>§terminate: Option<extern "C" fn()>Trait Implementations§
Source§impl Clone for _mexInitTermTableEntry
impl Clone for _mexInitTermTableEntry
Source§fn clone(&self) -> _mexInitTermTableEntry
fn clone(&self) -> _mexInitTermTableEntry
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 _mexInitTermTableEntry
impl Debug for _mexInitTermTableEntry
Source§impl Default for _mexInitTermTableEntry
impl Default for _mexInitTermTableEntry
impl Copy for _mexInitTermTableEntry
Auto Trait Implementations§
impl Freeze for _mexInitTermTableEntry
impl RefUnwindSafe for _mexInitTermTableEntry
impl Send for _mexInitTermTableEntry
impl Sync for _mexInitTermTableEntry
impl Unpin for _mexInitTermTableEntry
impl UnwindSafe for _mexInitTermTableEntry
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