#[repr(C)]pub enum IMPL {
IMPL_PLAIN = 0,
IMPL_IPP = 1,
IMPL_OPENCL = 2,
}
Variants§
Trait Implementations§
impl Copy for IMPL
impl Eq for IMPL
impl StructuralPartialEq for IMPL
Auto Trait Implementations§
impl Freeze for IMPL
impl RefUnwindSafe for IMPL
impl Send for IMPL
impl Sync for IMPL
impl Unpin for IMPL
impl UnwindSafe for IMPL
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