Trait VectorXst

Source
pub trait VectorXst {
    type Out;

    // Required method
    unsafe fn vec_xst(self, a: isize, p: Self::Out);
}
🔬This is a nightly-only experimental API. (stdarch_powerpc #111145)
Available on PowerPC or PowerPC-64 only.

Required Associated Types§

Source

type Out

🔬This is a nightly-only experimental API. (stdarch_powerpc #111145)

Required Methods§

Source

unsafe fn vec_xst(self, a: isize, p: Self::Out)

🔬This is a nightly-only experimental API. (stdarch_powerpc #111145)

Implementors§