#[repr(C)]pub struct Tuple3<T1, T2, T3>(pub T1, pub T2, pub T3);Tuple Fields§
§0: T1§1: T2§2: T3Trait Implementations§
Source§impl<T1, T2, T3> ConstructType for Tuple3<T1, T2, T3>
impl<T1, T2, T3> ConstructType for Tuple3<T1, T2, T3>
Source§type Static = Tuple3<<T1 as ConstructType>::Static, <T2 as ConstructType>::Static, <T3 as ConstructType>::Static>
type Static = Tuple3<<T1 as ConstructType>::Static, <T2 as ConstructType>::Static, <T3 as ConstructType>::Static>
Self, but with all lifetimes set to 'static. This ensures Self::Static has a type
id.Source§fn construct_type_uncached<'target, Tgt>(
target: Tgt,
) -> ValueData<'target, 'static, Tgt>where
Tgt: Target<'target>,
fn construct_type_uncached<'target, Tgt>(
target: Tgt,
) -> ValueData<'target, 'static, Tgt>where
Tgt: Target<'target>,
Constructs the type object associated with this type.
Source§fn construct_type_with_env_uncached<'target, Tgt>(
target: Tgt,
env: &TypeVarEnv<'_>,
) -> ValueData<'target, 'static, Tgt>where
Tgt: Target<'target>,
fn construct_type_with_env_uncached<'target, Tgt>(
target: Tgt,
env: &TypeVarEnv<'_>,
) -> ValueData<'target, 'static, Tgt>where
Tgt: Target<'target>,
Constructs the type object associated with this type. Read more
Source§fn base_type<'target, Tgt>(target: &Tgt) -> Option<Value<'target, 'static>>where
Tgt: Target<'target>,
fn base_type<'target, Tgt>(target: &Tgt) -> Option<Value<'target, 'static>>where
Tgt: Target<'target>,
Returns the base type object associated with this type. Read more
Source§fn construct_type<'target, Tgt>(target: Tgt) -> ValueData<'target, 'static, Tgt>where
Tgt: Target<'target>,
fn construct_type<'target, Tgt>(target: Tgt) -> ValueData<'target, 'static, Tgt>where
Tgt: Target<'target>,
Construct the type object and try to cache the result. If a cached entry is available, it
is returned.
Source§fn construct_type_with_env<'target, Tgt>(
target: Tgt,
env: &TypeVarEnv<'_>,
) -> ValueData<'target, 'static, Tgt>where
Tgt: Target<'target>,
fn construct_type_with_env<'target, Tgt>(
target: Tgt,
env: &TypeVarEnv<'_>,
) -> ValueData<'target, 'static, Tgt>where
Tgt: Target<'target>,
Construct the type object with an environment of
TypeVars and try to cache the result.
If a cached entry is available, it is returned. Read moreimpl<T1, T2, T3> Copy for Tuple3<T1, T2, T3>
impl<T1: Eq, T2: Eq, T3: Eq> Eq for Tuple3<T1, T2, T3>
Source§impl<T1, T2, T3> IntoJulia for Tuple3<T1, T2, T3>where
T1: IntoJulia + ConstructType + Debug + Clone,
T2: IntoJulia + ConstructType + Debug + Clone,
T3: IntoJulia + ConstructType + Debug + Clone,
impl<T1, T2, T3> IntoJulia for Tuple3<T1, T2, T3>where
T1: IntoJulia + ConstructType + Debug + Clone,
T2: IntoJulia + ConstructType + Debug + Clone,
T3: IntoJulia + ConstructType + Debug + Clone,
Source§fn julia_type<'scope, Tgt>(target: Tgt) -> DataTypeData<'scope, Tgt>where
Tgt: Target<'scope>,
fn julia_type<'scope, Tgt>(target: Tgt) -> DataTypeData<'scope, Tgt>where
Tgt: Target<'scope>,
Returns the associated Julia type of the implementor. Read more
impl<T1, T2, T3> IsBits for Tuple3<T1, T2, T3>where
T1: Clone + Debug + IsBits + ValidField,
T2: Clone + Debug + IsBits + ValidField,
T3: Clone + Debug + IsBits + ValidField,
impl<T1: PartialEq, T2: PartialEq, T3: PartialEq> StructuralPartialEq for Tuple3<T1, T2, T3>
Source§impl<T1, T2, T3> Typecheck for Tuple3<T1, T2, T3>where
T1: ValidField + Clone + Debug,
T2: ValidField + Clone + Debug,
T3: ValidField + Clone + Debug,
impl<T1, T2, T3> Typecheck for Tuple3<T1, T2, T3>where
T1: ValidField + Clone + Debug,
T2: ValidField + Clone + Debug,
T3: ValidField + Clone + Debug,
Source§impl<T1, T2, T3> Unbox for Tuple3<T1, T2, T3>where
T1: ValidField + Clone + Debug,
T2: ValidField + Clone + Debug,
T3: ValidField + Clone + Debug,
impl<T1, T2, T3> Unbox for Tuple3<T1, T2, T3>where
T1: ValidField + Clone + Debug,
T2: ValidField + Clone + Debug,
T3: ValidField + Clone + Debug,
Source§impl<T1, T2, T3> ValidField for Tuple3<T1, T2, T3>where
T1: ValidField + Clone + Debug,
T2: ValidField + Clone + Debug,
T3: ValidField + Clone + Debug,
impl<T1, T2, T3> ValidField for Tuple3<T1, T2, T3>where
T1: ValidField + Clone + Debug,
T2: ValidField + Clone + Debug,
T3: ValidField + Clone + Debug,
Source§fn valid_field(v: Value<'_, '_>) -> bool
fn valid_field(v: Value<'_, '_>) -> bool
Returns
true if Self is the correct representation for Julia data of type ty
when it’s used as a field type.Source§impl<T1, T2, T3> ValidLayout for Tuple3<T1, T2, T3>where
T1: ValidField + Clone + Debug,
T2: ValidField + Clone + Debug,
T3: ValidField + Clone + Debug,
impl<T1, T2, T3> ValidLayout for Tuple3<T1, T2, T3>where
T1: ValidField + Clone + Debug,
T2: ValidField + Clone + Debug,
T3: ValidField + Clone + Debug,
Auto Trait Implementations§
impl<T1, T2, T3> Freeze for Tuple3<T1, T2, T3>
impl<T1, T2, T3> RefUnwindSafe for Tuple3<T1, T2, T3>
impl<T1, T2, T3> Send for Tuple3<T1, T2, T3>
impl<T1, T2, T3> Sync for Tuple3<T1, T2, T3>
impl<T1, T2, T3> Unpin for Tuple3<T1, T2, T3>
impl<T1, T2, T3> UnsafeUnpin for Tuple3<T1, T2, T3>
impl<T1, T2, T3> UnwindSafe for Tuple3<T1, T2, T3>
Blanket Implementations§
Source§impl<T> AttachParachute for T
impl<T> AttachParachute for T
Source§fn attach_parachute<'scope, Tgt: Target<'scope>>(
self,
target: Tgt,
) -> WithParachute<'scope, Self>
fn attach_parachute<'scope, Tgt: Target<'scope>>( self, target: Tgt, ) -> WithParachute<'scope, Self>
Attach a parachute to this data. Read more
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,
impl<T> Compatible<T> for Twhere
T: ValidLayout,
Source§impl<T> CompatibleCast for Twhere
T: ValidLayout,
impl<T> CompatibleCast for Twhere
T: ValidLayout,
type Inner = T
type Output<U> = U
Source§fn compatible_cast<U>(&self) -> &<T as CompatibleCast>::Output<U>where
T: Compatible<U>,
fn compatible_cast<U>(&self) -> &<T as CompatibleCast>::Output<U>where
T: Compatible<U>,
Converts
&Self to &U, &[Self] to &[U], and &[Self; N] to &[U; N].Source§fn compatible_cast_mut<U>(&mut self) -> &mut <T as CompatibleCast>::Output<U>where
T: Compatible<U>,
fn compatible_cast_mut<U>(&mut self) -> &mut <T as CompatibleCast>::Output<U>where
T: Compatible<U>,
Converts
&mut Self to &mut U, &mut [Self] to &mut [U], and &mut [Self; N] to
&mut [U; N].