#[repr(C)]pub struct _exception {
pub type_: c_int,
pub name: *mut c_char,
pub arg1: f64,
pub arg2: f64,
pub retval: f64,
}
Fields§
§type_: c_int
§name: *mut c_char
§arg1: f64
§arg2: f64
§retval: f64
Trait Implementations§
Source§impl Clone for _exception
impl Clone for _exception
Source§fn clone(&self) -> _exception
fn clone(&self) -> _exception
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 _exception
impl Debug for _exception
Source§impl PartialEq for _exception
impl PartialEq for _exception
Source§impl PartialOrd for _exception
impl PartialOrd for _exception
impl Copy for _exception
impl StructuralPartialEq for _exception
Auto Trait Implementations§
impl Freeze for _exception
impl RefUnwindSafe for _exception
impl !Send for _exception
impl !Sync for _exception
impl Unpin for _exception
impl UnwindSafe for _exception
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