#[repr(C)]pub struct _on_exit_args {
pub _fnargs: [*mut c_void; 32],
pub _dso_handle: [*mut c_void; 32],
pub _fntypes: u32,
pub _is_cxa: u32,
}
Fields§
§_fnargs: [*mut c_void; 32]
§_dso_handle: [*mut c_void; 32]
§_fntypes: u32
§_is_cxa: u32
Trait Implementations§
Source§impl Clone for _on_exit_args
impl Clone for _on_exit_args
Source§fn clone(&self) -> _on_exit_args
fn clone(&self) -> _on_exit_args
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for _on_exit_args
impl Debug for _on_exit_args
Source§impl Default for _on_exit_args
impl Default for _on_exit_args
Source§fn default() -> _on_exit_args
fn default() -> _on_exit_args
Returns the “default value” for a type. Read more
impl Copy for _on_exit_args
Auto Trait Implementations§
impl Freeze for _on_exit_args
impl RefUnwindSafe for _on_exit_args
impl !Send for _on_exit_args
impl !Sync for _on_exit_args
impl Unpin for _on_exit_args
impl UnwindSafe for _on_exit_args
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dst: *mut u8)
unsafe fn clone_to_uninit(&self, dst: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)