#[repr(align(0x800))]
pub struct VectorTable(_);
Available on AArch64 only.
Expand description
Exception vector table that contains code to handle exceptions from each combination
of Kind
and Source
.
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self)
.
That is, this conversion is whatever the implementation of
From<T> for U
chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.