pub struct StdcallUnwind;Expand description
Type-level marker for the stdcall-unwind ABI.
Trait Implementations§
Source§impl Abi for StdcallUnwind
impl Abi for StdcallUnwind
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 Hash for StdcallUnwind
impl Hash for StdcallUnwind
Source§impl PartialEq for StdcallUnwind
impl PartialEq for StdcallUnwind
impl Copy for StdcallUnwind
impl Eq for StdcallUnwind
impl StructuralPartialEq 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