pub struct ThiscallUnwind;Available on x86 only.
Expand description
Marker type representing the thiscall-unwind calling convention.
Trait Implementations§
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 Default for ThiscallUnwind
impl Default for ThiscallUnwind
Source§fn default() -> ThiscallUnwind
fn default() -> ThiscallUnwind
Returns the “default value” for a type. Read more
impl Copy 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