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