Enum intel_mkl_tool::LinkType
source · [−]pub enum LinkType {
Static,
Dynamic,
}
Expand description
How to link MKL
Variants
Static
Dynamic
Implementations
Trait Implementations
impl Copy for LinkType
impl Eq for LinkType
impl StructuralEq for LinkType
impl StructuralPartialEq for LinkType
Auto Trait Implementations
impl RefUnwindSafe for LinkType
impl Send for LinkType
impl Sync for LinkType
impl Unpin for LinkType
impl UnwindSafe for LinkType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more