#[repr(C)]pub struct IsLtArrayAuxCols<T, const NUM: usize, const AUX_LEN: usize> {
pub diff_marker: [T; NUM],
pub diff_val: T,
pub lt_aux: LessThanAuxCols<T, AUX_LEN>,
}
Fields§
§diff_marker: [T; NUM]
§diff_val: T
§lt_aux: LessThanAuxCols<T, AUX_LEN>
Implementations§
Trait Implementations§
Source§impl<T, const NUM: usize, const AUX_LEN: usize> Borrow<IsLtArrayAuxCols<T, NUM, AUX_LEN>> for [T]
impl<T, const NUM: usize, const AUX_LEN: usize> Borrow<IsLtArrayAuxCols<T, NUM, AUX_LEN>> for [T]
Source§fn borrow(&self) -> &IsLtArrayAuxCols<T, NUM, AUX_LEN>
fn borrow(&self) -> &IsLtArrayAuxCols<T, NUM, AUX_LEN>
Immutably borrows from an owned value. Read more
Source§impl<T, const NUM: usize, const AUX_LEN: usize> BorrowMut<IsLtArrayAuxCols<T, NUM, AUX_LEN>> for [T]
impl<T, const NUM: usize, const AUX_LEN: usize> BorrowMut<IsLtArrayAuxCols<T, NUM, AUX_LEN>> for [T]
Source§fn borrow_mut(&mut self) -> &mut IsLtArrayAuxCols<T, NUM, AUX_LEN>
fn borrow_mut(&mut self) -> &mut IsLtArrayAuxCols<T, NUM, AUX_LEN>
Mutably borrows from an owned value. Read more
Source§impl<T: Clone, const NUM: usize, const AUX_LEN: usize> Clone for IsLtArrayAuxCols<T, NUM, AUX_LEN>
impl<T: Clone, const NUM: usize, const AUX_LEN: usize> Clone for IsLtArrayAuxCols<T, NUM, AUX_LEN>
Source§fn clone(&self) -> IsLtArrayAuxCols<T, NUM, AUX_LEN>
fn clone(&self) -> IsLtArrayAuxCols<T, NUM, AUX_LEN>
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<T: Debug, const NUM: usize, const AUX_LEN: usize> Debug for IsLtArrayAuxCols<T, NUM, AUX_LEN>
impl<T: Debug, const NUM: usize, const AUX_LEN: usize> Debug for IsLtArrayAuxCols<T, NUM, AUX_LEN>
Source§impl<'a, T, const NUM: usize, const AUX_LEN: usize> From<&'a IsLtArrayAuxCols<T, NUM, AUX_LEN>> for IsLtArrayAuxColsRef<'a, T>
impl<'a, T, const NUM: usize, const AUX_LEN: usize> From<&'a IsLtArrayAuxCols<T, NUM, AUX_LEN>> for IsLtArrayAuxColsRef<'a, T>
Source§fn from(value: &'a IsLtArrayAuxCols<T, NUM, AUX_LEN>) -> Self
fn from(value: &'a IsLtArrayAuxCols<T, NUM, AUX_LEN>) -> Self
Converts to this type from the input type.
Source§impl<'a, T, const NUM: usize, const AUX_LEN: usize> From<&'a mut IsLtArrayAuxCols<T, NUM, AUX_LEN>> for IsLtArrayAuxColsMut<'a, T>
impl<'a, T, const NUM: usize, const AUX_LEN: usize> From<&'a mut IsLtArrayAuxCols<T, NUM, AUX_LEN>> for IsLtArrayAuxColsMut<'a, T>
Source§fn from(value: &'a mut IsLtArrayAuxCols<T, NUM, AUX_LEN>) -> Self
fn from(value: &'a mut IsLtArrayAuxCols<T, NUM, AUX_LEN>) -> Self
Converts to this type from the input type.
impl<T: Copy, const NUM: usize, const AUX_LEN: usize> Copy for IsLtArrayAuxCols<T, NUM, AUX_LEN>
Auto Trait Implementations§
impl<T, const NUM: usize, const AUX_LEN: usize> Freeze for IsLtArrayAuxCols<T, NUM, AUX_LEN>where
T: Freeze,
impl<T, const NUM: usize, const AUX_LEN: usize> RefUnwindSafe for IsLtArrayAuxCols<T, NUM, AUX_LEN>where
T: RefUnwindSafe,
impl<T, const NUM: usize, const AUX_LEN: usize> Send for IsLtArrayAuxCols<T, NUM, AUX_LEN>where
T: Send,
impl<T, const NUM: usize, const AUX_LEN: usize> Sync for IsLtArrayAuxCols<T, NUM, AUX_LEN>where
T: Sync,
impl<T, const NUM: usize, const AUX_LEN: usize> Unpin for IsLtArrayAuxCols<T, NUM, AUX_LEN>where
T: Unpin,
impl<T, const NUM: usize, const AUX_LEN: usize> UnwindSafe for IsLtArrayAuxCols<T, NUM, AUX_LEN>where
T: UnwindSafe,
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more