pub struct Compilers {
pub cc: Option<String>,
pub fc: Option<String>,
pub hostcc: Option<String>,
pub ranlib: Option<String>,
}
Fields§
§cc: Option<String>
§fc: Option<String>
§hostcc: Option<String>
§ranlib: Option<String>
Trait Implementations§
impl Eq for Compilers
impl StructuralPartialEq for Compilers
Auto Trait Implementations§
impl Freeze for Compilers
impl RefUnwindSafe for Compilers
impl Send for Compilers
impl Sync for Compilers
impl Unpin for Compilers
impl UnwindSafe for Compilers
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