pub struct TargetPlatformSummary {
pub platform: PlatformSummary,
pub libdir: PlatformLibdirSummary,
}
Expand description
Serialized representation of the target platform.
Fields§
§platform: PlatformSummary
The target platform, if specified.
libdir: PlatformLibdirSummary
The libdir for the target platform.
Err if we failed to discover it.
Trait Implementations§
source§impl Clone for TargetPlatformSummary
impl Clone for TargetPlatformSummary
source§fn clone(&self) -> TargetPlatformSummary
fn clone(&self) -> TargetPlatformSummary
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for TargetPlatformSummary
impl Debug for TargetPlatformSummary
source§impl<'de> Deserialize<'de> for TargetPlatformSummary
impl<'de> Deserialize<'de> for TargetPlatformSummary
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
source§impl PartialEq for TargetPlatformSummary
impl PartialEq for TargetPlatformSummary
source§impl Serialize for TargetPlatformSummary
impl Serialize for TargetPlatformSummary
impl Eq for TargetPlatformSummary
impl StructuralPartialEq for TargetPlatformSummary
Auto Trait Implementations§
impl Freeze for TargetPlatformSummary
impl RefUnwindSafe for TargetPlatformSummary
impl Send for TargetPlatformSummary
impl Sync for TargetPlatformSummary
impl Unpin for TargetPlatformSummary
impl UnwindSafe for TargetPlatformSummary
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)