#[repr(C)]pub struct Struct_exception {
pub _type: c_int,
pub name: *mut c_char,
pub arg1: c_double,
pub arg2: c_double,
pub retval: c_double,
}
Fields§
§_type: c_int
§name: *mut c_char
§arg1: c_double
§arg2: c_double
§retval: c_double
Trait Implementations§
Source§impl Clone for Struct_exception
impl Clone for Struct_exception
Source§impl Default for Struct_exception
impl Default for Struct_exception
impl Copy for Struct_exception
Auto Trait Implementations§
impl Freeze for Struct_exception
impl RefUnwindSafe for Struct_exception
impl !Send for Struct_exception
impl !Sync for Struct_exception
impl Unpin for Struct_exception
impl UnwindSafe for Struct_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