#[repr(C)]
pub enum IMPL {
IMPL_PLAIN,
IMPL_IPP,
IMPL_OPENCL,
}
Variants
IMPL_PLAIN
IMPL_IPP
IMPL_OPENCL
Trait Implementations
impl Copy for IMPL
impl Eq for IMPL
impl StructuralEq for IMPL
impl StructuralPartialEq for IMPL
Auto Trait Implementations
impl RefUnwindSafe for IMPL
impl Send for IMPL
impl Sync for IMPL
impl Unpin for IMPL
impl UnwindSafe for IMPL
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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