pub struct SimdContext {
pub is_used: bool,
pub is_saved: bool,
pub cfg: SimdConfig,
}Fields§
§is_used: bool§is_saved: bool§cfg: SimdConfigTrait Implementations§
Source§impl Debug for SimdContext
impl Debug for SimdContext
Source§impl Default for SimdContext
impl Default for SimdContext
Source§fn default() -> SimdContext
fn default() -> SimdContext
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SimdContext
impl RefUnwindSafe for SimdContext
impl Send for SimdContext
impl Sync for SimdContext
impl Unpin for SimdContext
impl UnsafeUnpin for SimdContext
impl UnwindSafe for SimdContext
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