#[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§
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