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