pub struct PlatformTriple {
pub arch: Arch,
pub os: Os,
pub abi: Abi,
}Fields§
§arch: Arch§os: Os§abi: AbiImplementations§
Source§impl PlatformTriple
impl PlatformTriple
pub fn as_cargo_target_string(&self) -> String
Trait Implementations§
Source§impl Debug for PlatformTriple
impl Debug for PlatformTriple
Source§impl<'de> Deserialize<'de> for PlatformTriple
impl<'de> Deserialize<'de> for PlatformTriple
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for PlatformTriple
impl RefUnwindSafe for PlatformTriple
impl Send for PlatformTriple
impl Sync for PlatformTriple
impl Unpin for PlatformTriple
impl UnsafeUnpin for PlatformTriple
impl UnwindSafe for PlatformTriple
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