Struct arrow2::types::simd::months_days_nsx8
source · pub struct months_days_nsx8(pub [months_days_ns; 8]);
Expand description
Multi-Data correspondence of the native type
Tuple Fields§
§0: [months_days_ns; 8]
Trait Implementations§
source§impl Clone for months_days_nsx8
impl Clone for months_days_nsx8
source§fn clone(&self) -> months_days_nsx8
fn clone(&self) -> months_days_nsx8
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for months_days_nsx8
impl Default for months_days_nsx8
source§impl Index<usize> for months_days_nsx8
impl Index<usize> for months_days_nsx8
source§impl IndexMut<usize> for months_days_nsx8
impl IndexMut<usize> for months_days_nsx8
source§impl NativeSimd for months_days_nsx8
impl NativeSimd for months_days_nsx8
§type Native = months_days_ns
type Native = months_days_ns
source§fn from_chunk(v: &[months_days_ns]) -> Self
fn from_chunk(v: &[months_days_ns]) -> Self
Convert itself from a slice. Read more
source§fn from_incomplete_chunk(
v: &[months_days_ns],
remaining: months_days_ns
) -> Self
fn from_incomplete_chunk( v: &[months_days_ns], remaining: months_days_ns ) -> Self
creates a new Self from
v
by populating items from v
up to its length.
Items from v
at positions larger than the number of lanes are ignored;
remaining items are populated with remaining
.impl Copy for months_days_nsx8
Auto Trait Implementations§
impl Freeze for months_days_nsx8
impl RefUnwindSafe for months_days_nsx8
impl Send for months_days_nsx8
impl Sync for months_days_nsx8
impl Unpin for months_days_nsx8
impl UnwindSafe for months_days_nsx8
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more