Enum Simd
pub enum Simd {
_0 = 0,
_1 = 1,
}Expand description
SIMD/NEON instruction support
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Simd
impl Eq for Simd
impl StructuralPartialEq for Simd
Auto Trait Implementations§
impl Freeze for Simd
impl RefUnwindSafe for Simd
impl Send for Simd
impl Sync for Simd
impl Unpin for Simd
impl UnwindSafe for Simd
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