pub struct NativeTools {
pub is_nacl: bool,
pub cc: PathBuf,
pub cxx: PathBuf,
pub ar: PathBuf,
pub ranlib: PathBuf,
}
Fields§
§is_nacl: bool
§cc: PathBuf
§cxx: PathBuf
§ar: PathBuf
§ranlib: PathBuf
Implementations§
Source§impl NativeTools
impl NativeTools
pub fn new(target: &str) -> NativeTools
Trait Implementations§
Source§impl Clone for NativeTools
impl Clone for NativeTools
Source§fn clone(&self) -> NativeTools
fn clone(&self) -> NativeTools
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 Default for NativeTools
impl Default for NativeTools
Source§fn default() -> NativeTools
fn default() -> NativeTools
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NativeTools
impl RefUnwindSafe for NativeTools
impl Send for NativeTools
impl Sync for NativeTools
impl Unpin for NativeTools
impl UnwindSafe for NativeTools
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
)