Trait SveInto

pub(in ::core_arch::aarch64) trait SveInto<T>: Sized

Same as Into but with into being unsafe so that it can have the required target_feature

Required Methods

unsafe fn sve_into(self) -> T

Implementors