#[repr(C, align(8))]pub struct std_bad_exception {
pub _bindgen_opaque_blob: u64,
}
Fields§
§_bindgen_opaque_blob: u64
Trait Implementations§
Source§impl Clone for std_bad_exception
impl Clone for std_bad_exception
Source§fn clone(&self) -> std_bad_exception
fn clone(&self) -> std_bad_exception
Returns a duplicate 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 std_bad_exception
impl Debug for std_bad_exception
impl Copy for std_bad_exception
Auto Trait Implementations§
impl Freeze for std_bad_exception
impl RefUnwindSafe for std_bad_exception
impl Send for std_bad_exception
impl Sync for std_bad_exception
impl Unpin for std_bad_exception
impl UnwindSafe for std_bad_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