ppv_lite86

Trait UnsafeFrom

Source
pub trait UnsafeFrom<T> {
    // Required method
    unsafe fn unsafe_from(t: T) -> Self;
}

Required Methods§

Source

unsafe fn unsafe_from(t: T) -> Self

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<S3, S4, NI> UnsafeFrom<[u32; 4]> for u32x4_sse2<S3, S4, NI>

Source§

impl<S3, S4, NI> UnsafeFrom<[u64; 2]> for u64x2_sse2<S3, S4, NI>

Source§

impl<W> UnsafeFrom<[W; 4]> for x4<W>

Source§

impl<W, G> UnsafeFrom<[W; 2]> for x2<W, G>