[][src]Struct winapi::um::winnt::ARM64_NT_NEON128

#[repr(C)]pub struct ARM64_NT_NEON128(_);

Implementations

impl ARM64_NT_NEON128[src]

pub unsafe fn s(&self) -> &ARM64_NT_NEON128_s[src]

pub unsafe fn s_mut(&mut self) -> &mut ARM64_NT_NEON128_s[src]

pub unsafe fn D(&self) -> &[f64; 2][src]

pub unsafe fn D_mut(&mut self) -> &mut [f64; 2][src]

pub unsafe fn S(&self) -> &[f32; 4][src]

pub unsafe fn S_mut(&mut self) -> &mut [f32; 4][src]

pub unsafe fn H(&self) -> &[WORD; 8][src]

pub unsafe fn H_mut(&mut self) -> &mut [WORD; 8][src]

pub unsafe fn B(&self) -> &[BYTE; 16][src]

pub unsafe fn B_mut(&mut self) -> &mut [BYTE; 16][src]

Trait Implementations

impl Clone for ARM64_NT_NEON128[src]

impl Copy for ARM64_NT_NEON128[src]

impl Default for ARM64_NT_NEON128[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.