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