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 · 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 VectorcallUnwind
impl Debug for VectorcallUnwind
Source§impl Hash for VectorcallUnwind
impl Hash for VectorcallUnwind
Source§impl PartialEq for VectorcallUnwind
impl PartialEq for VectorcallUnwind
impl Copy for VectorcallUnwind
impl Eq for VectorcallUnwind
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 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