#[repr(C)]pub struct exitlistentry {
pub fn_: Option<unsafe extern "C" fn(*mut interpreter, *mut c_void)>,
pub ptr: *mut c_void,
}Fields§
§fn_: Option<unsafe extern "C" fn(*mut interpreter, *mut c_void)>§ptr: *mut c_voidTrait Implementations§
Source§impl Clone for exitlistentry
impl Clone for exitlistentry
Source§fn clone(&self) -> exitlistentry
fn clone(&self) -> exitlistentry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 exitlistentry
impl Debug for exitlistentry
Source§impl Ord for exitlistentry
impl Ord for exitlistentry
Source§fn cmp(&self, other: &exitlistentry) -> Ordering
fn cmp(&self, other: &exitlistentry) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for exitlistentry
impl PartialEq for exitlistentry
Source§fn eq(&self, other: &exitlistentry) -> bool
fn eq(&self, other: &exitlistentry) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for exitlistentry
impl PartialOrd for exitlistentry
impl Copy for exitlistentry
impl Eq for exitlistentry
impl StructuralPartialEq for exitlistentry
Auto Trait Implementations§
impl Freeze for exitlistentry
impl RefUnwindSafe for exitlistentry
impl !Send for exitlistentry
impl !Sync for exitlistentry
impl Unpin for exitlistentry
impl UnsafeUnpin for exitlistentry
impl UnwindSafe for exitlistentry
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