pub enum CCompiler {
GCC,
ICC,
Clang,
}Variants§
Auto Trait Implementations§
impl Freeze for CCompiler
impl RefUnwindSafe for CCompiler
impl Send for CCompiler
impl Sync for CCompiler
impl Unpin for CCompiler
impl UnwindSafe for CCompiler
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