pub struct Win64Unwind;Expand description
Type-level marker for the win64-unwind abi.
Trait Implementations§
Source§impl Abi for Win64Unwind
impl Abi for Win64Unwind
Source§impl Clone for Win64Unwind
impl Clone for Win64Unwind
Source§fn clone(&self) -> Win64Unwind
fn clone(&self) -> Win64Unwind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for Win64Unwind
Source§impl Debug for Win64Unwind
impl Debug for Win64Unwind
impl Eq for Win64Unwind
Source§impl Hash for Win64Unwind
impl Hash for Win64Unwind
Source§impl PartialEq for Win64Unwind
impl PartialEq for Win64Unwind
Source§fn eq(&self, other: &Win64Unwind) -> bool
fn eq(&self, other: &Win64Unwind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for Win64Unwind
Auto Trait Implementations§
impl Freeze for Win64Unwind
impl RefUnwindSafe for Win64Unwind
impl Send for Win64Unwind
impl Sync for Win64Unwind
impl Unpin for Win64Unwind
impl UnsafeUnpin for Win64Unwind
impl UnwindSafe for Win64Unwind
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