#[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: f64trait 实现§
源代码§impl Clone for _exception
impl Clone for _exception
源代码§fn clone(&self) -> _exception
fn clone(&self) -> _exception
Returns a duplicate of the value. 阅读更多
1.0.0 · 源代码§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
从
source 执行拷贝赋值。 阅读更多源代码§impl PartialEq for _exception
impl PartialEq for _exception
impl Copy for _exception
impl StructuralPartialEq for _exception
自动 trait 实现§
impl Freeze for _exception
impl RefUnwindSafe for _exception
impl !Send for _exception
impl !Sync for _exception
impl Unpin for _exception
impl UnsafeUnpin for _exception
impl UnwindSafe for _exception
blanket 实现§
源代码§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
从拥有的值可变地借用。 阅读更多