pub struct Abi(pub Cow<'static, str>);
Expand description
The “abi” field
Tuple Fields§
§0: Cow<'static, str>
Implementations§
Source§impl Abi
impl Abi
pub const abi64: Abi = _
pub const abiv2: Abi = _
pub const abiv2hf: Abi = _
pub const eabi: Abi = _
pub const eabihf: Abi = _
pub const elf: Abi = _
pub const fortanix: Abi = _
pub const ilp32: Abi = _
pub const llvm: Abi = _
pub const macabi: Abi = _
pub const sim: Abi = _
pub const softfloat: Abi = _
pub const spe: Abi = _
pub const uwp: Abi = _
pub const vec_extabi: Abi = _
pub const x32: Abi = _
Trait Implementations§
Source§impl Ord for Abi
impl Ord for Abi
Source§impl PartialOrd for Abi
impl PartialOrd for Abi
impl Eq for Abi
impl StructuralPartialEq for Abi
Auto Trait Implementations§
impl Freeze for Abi
impl RefUnwindSafe for Abi
impl Send for Abi
impl Sync for Abi
impl Unpin for Abi
impl UnwindSafe for Abi
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