pub struct FastcallUnwind;Expand description
Type-level marker for the fastcall-unwind abi.
Trait Implementations§
Source§impl Abi for FastcallUnwind
impl Abi for FastcallUnwind
Source§impl Clone for FastcallUnwind
impl Clone for FastcallUnwind
Source§fn clone(&self) -> FastcallUnwind
fn clone(&self) -> FastcallUnwind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for FastcallUnwind
Source§impl Debug for FastcallUnwind
impl Debug for FastcallUnwind
impl Eq for FastcallUnwind
Source§impl Hash for FastcallUnwind
impl Hash for FastcallUnwind
Source§impl PartialEq for FastcallUnwind
impl PartialEq for FastcallUnwind
Source§fn eq(&self, other: &FastcallUnwind) -> bool
fn eq(&self, other: &FastcallUnwind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FastcallUnwind
Auto Trait Implementations§
impl Freeze for FastcallUnwind
impl RefUnwindSafe for FastcallUnwind
impl Send for FastcallUnwind
impl Sync for FastcallUnwind
impl Unpin for FastcallUnwind
impl UnsafeUnpin for FastcallUnwind
impl UnwindSafe for FastcallUnwind
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