pub struct SimdOp { /* private fields */ }Trait Implementations§
Source§impl<'de> Deserialize<'de> for SimdOp
impl<'de> Deserialize<'de> for SimdOp
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Input for SimdOp
impl Input for SimdOp
Source§type Raw = SimdOp
type Raw = SimdOp
The raw form of this input that is deserialized from input files and serialized as
examples. The raw nature of this type reflects that no input
validation has been performed beyond the checks performed by its
Deserialize implementation. Read moreAuto Trait Implementations§
impl Freeze for SimdOp
impl RefUnwindSafe for SimdOp
impl Send for SimdOp
impl Sync for SimdOp
impl Unpin for SimdOp
impl UnsafeUnpin for SimdOp
impl UnwindSafe for SimdOp
Blanket Implementations§
impl<T> AsyncFriendly for T
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