pub struct MakeConf {
pub os_name: String,
pub no_fortran: bool,
pub c_extra_libs: LinkFlags,
pub f_extra_libs: LinkFlags,
}
Expand description
Parse Makefile.conf which generated by OpenBLAS make system
Fields§
§os_name: String
§no_fortran: bool
§c_extra_libs: LinkFlags
§f_extra_libs: LinkFlags
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MakeConf
impl RefUnwindSafe for MakeConf
impl Send for MakeConf
impl Sync for MakeConf
impl Unpin for MakeConf
impl UnwindSafe for MakeConf
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