pub struct StdcallUnwind;Available on x86 only.
Expand description
Marker type representing the stdcall-unwind calling convention.
Trait Implementations§
Source§impl Clone for StdcallUnwind
impl Clone for StdcallUnwind
Source§fn clone(&self) -> StdcallUnwind
fn clone(&self) -> StdcallUnwind
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 StdcallUnwind
impl Debug for StdcallUnwind
Source§impl Default for StdcallUnwind
impl Default for StdcallUnwind
Source§fn default() -> StdcallUnwind
fn default() -> StdcallUnwind
Returns the “default value” for a type. Read more
impl Copy for StdcallUnwind
Auto Trait Implementations§
impl Freeze for StdcallUnwind
impl RefUnwindSafe for StdcallUnwind
impl Send for StdcallUnwind
impl Sync for StdcallUnwind
impl Unpin for StdcallUnwind
impl UnwindSafe for StdcallUnwind
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