pub struct VectorcallUnwind;Expand description
Type-level marker for the vectorcall-unwind abi.
Trait Implementations§
Source§impl Abi for VectorcallUnwind
impl Abi for VectorcallUnwind
Source§impl Clone for VectorcallUnwind
impl Clone for VectorcallUnwind
Source§fn clone(&self) -> VectorcallUnwind
fn clone(&self) -> VectorcallUnwind
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 VectorcallUnwind
Source§impl Debug for VectorcallUnwind
impl Debug for VectorcallUnwind
impl Eq for VectorcallUnwind
Source§impl Hash for VectorcallUnwind
impl Hash for VectorcallUnwind
Source§impl PartialEq for VectorcallUnwind
impl PartialEq for VectorcallUnwind
Source§fn eq(&self, other: &VectorcallUnwind) -> bool
fn eq(&self, other: &VectorcallUnwind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for VectorcallUnwind
Auto Trait Implementations§
impl Freeze for VectorcallUnwind
impl RefUnwindSafe for VectorcallUnwind
impl Send for VectorcallUnwind
impl Sync for VectorcallUnwind
impl Unpin for VectorcallUnwind
impl UnsafeUnpin for VectorcallUnwind
impl UnwindSafe for VectorcallUnwind
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