pub struct TargetTriple {
pub architecture: Arch,
pub sub: Option<Sub>,
pub vendor: Vendor,
pub sys: Sys,
pub abi: ABI,
}
Fields§
§architecture: Arch
§sub: Option<Sub>
§vendor: Vendor
§sys: Sys
§abi: ABI
Trait Implementations§
Source§impl Debug for TargetTriple
impl Debug for TargetTriple
Source§impl Display for TargetTriple
impl Display for TargetTriple
Source§impl Ord for TargetTriple
impl Ord for TargetTriple
Source§fn cmp(&self, other: &TargetTriple) -> Ordering
fn cmp(&self, other: &TargetTriple) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for TargetTriple
impl PartialEq for TargetTriple
Source§impl PartialOrd for TargetTriple
impl PartialOrd for TargetTriple
impl Eq for TargetTriple
impl StructuralPartialEq for TargetTriple
Auto Trait Implementations§
impl Freeze for TargetTriple
impl RefUnwindSafe for TargetTriple
impl Send for TargetTriple
impl Sync for TargetTriple
impl Unpin for TargetTriple
impl UnwindSafe for TargetTriple
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