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