pub struct Win64Unwind;Available on x86-64 only.
Expand description
Marker type representing the win64-unwind calling convention.
Trait Implementations§
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 · 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 Win64Unwind
impl Debug for Win64Unwind
Source§impl Default for Win64Unwind
impl Default for Win64Unwind
Source§fn default() -> Win64Unwind
fn default() -> Win64Unwind
Returns the “default value” for a type. Read more
impl Copy 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 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