pub struct SystemUnwind;Expand description
Marker type representing the system-unwind calling convention.
Trait Implementations§
Source§impl Clone for SystemUnwind
impl Clone for SystemUnwind
Source§fn clone(&self) -> SystemUnwind
fn clone(&self) -> SystemUnwind
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 SystemUnwind
impl Debug for SystemUnwind
Source§impl Default for SystemUnwind
impl Default for SystemUnwind
Source§fn default() -> SystemUnwind
fn default() -> SystemUnwind
Returns the “default value” for a type. Read more
impl Copy for SystemUnwind
Auto Trait Implementations§
impl Freeze for SystemUnwind
impl RefUnwindSafe for SystemUnwind
impl Send for SystemUnwind
impl Sync for SystemUnwind
impl Unpin for SystemUnwind
impl UnwindSafe for SystemUnwind
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