Struct euclid::side_offsets::SideOffsets2DSimdI32 [] [src]

pub struct SideOffsets2DSimdI32 {
    pub top: i32,
    pub bottom: i32,
    pub right: i32,
    pub left: i32,
}

A SIMD enabled version of SideOffsets2D specialized for i32.

Fields

top: i32 bottom: i32 right: i32 left: i32

Methods

impl SideOffsets2DSimdI32
[src]

fn new(top: i32, right: i32, bottom: i32, left: i32) -> SideOffsets2DSimdI32

impl SideOffsets2DSimdI32
[src]

impl SideOffsets2DSimdI32
[src]

fn horizontal(&self) -> i32

fn vertical(&self) -> i32

impl SideOffsets2DSimdI32
[src]

fn zero() -> SideOffsets2DSimdI32

fn is_zero(&self) -> bool

Trait Implementations

impl PartialEq for SideOffsets2DSimdI32
[src]

fn eq(&self, __arg_0: &SideOffsets2DSimdI32) -> bool

This method tests for self and other values to be equal, and is used by ==. Read more

fn ne(&self, __arg_0: &SideOffsets2DSimdI32) -> bool

This method tests for !=.

impl Copy for SideOffsets2DSimdI32
[src]

impl Clone for SideOffsets2DSimdI32
[src]

fn clone(&self) -> SideOffsets2DSimdI32

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more