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 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