pub struct AapcsUnwind;Expand description
Type-level marker for the aapcs-unwind ABI.
Trait Implementations§
Source§impl Abi for AapcsUnwind
impl Abi for AapcsUnwind
Source§impl Clone for AapcsUnwind
impl Clone for AapcsUnwind
Source§fn clone(&self) -> AapcsUnwind
fn clone(&self) -> AapcsUnwind
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 AapcsUnwind
impl Debug for AapcsUnwind
Source§impl Hash for AapcsUnwind
impl Hash for AapcsUnwind
Source§impl PartialEq for AapcsUnwind
impl PartialEq for AapcsUnwind
impl Copy for AapcsUnwind
impl Eq for AapcsUnwind
impl StructuralPartialEq for AapcsUnwind
Auto Trait Implementations§
impl Freeze for AapcsUnwind
impl RefUnwindSafe for AapcsUnwind
impl Send for AapcsUnwind
impl Sync for AapcsUnwind
impl Unpin for AapcsUnwind
impl UnwindSafe for AapcsUnwind
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