pub struct BuildMetadata {
pub crate_name: &'static str,
pub cxx_standard: &'static str,
pub target: &'static str,
pub vendor_stim_mode: &'static str,
pub vendor_stim_dir: &'static str,
}Fields§
§crate_name: &'static str§cxx_standard: &'static str§target: &'static str§vendor_stim_mode: &'static str§vendor_stim_dir: &'static strTrait Implementations§
Source§impl Clone for BuildMetadata
impl Clone for BuildMetadata
Source§fn clone(&self) -> BuildMetadata
fn clone(&self) -> BuildMetadata
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 BuildMetadata
impl Debug for BuildMetadata
Source§impl PartialEq for BuildMetadata
impl PartialEq for BuildMetadata
Source§fn eq(&self, other: &BuildMetadata) -> bool
fn eq(&self, other: &BuildMetadata) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for BuildMetadata
impl Eq for BuildMetadata
impl StructuralPartialEq for BuildMetadata
Auto Trait Implementations§
impl Freeze for BuildMetadata
impl RefUnwindSafe for BuildMetadata
impl Send for BuildMetadata
impl Sync for BuildMetadata
impl Unpin for BuildMetadata
impl UnsafeUnpin for BuildMetadata
impl UnwindSafe for BuildMetadata
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