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