Trait pallet_tenancy::One
source · pub trait One: Sized + Mul<Self, Output = Self> {
fn one() -> Self;
fn set_one(&mut self) { ... }
fn is_one(&self) -> bool
where
Self: PartialEq<Self>,
{ ... }
}
Expand description
Required Methods§
Provided Methods§
Implementations on Foreign Types§
source§impl<T> One for Wrapping<T>where
T: One,
Wrapping<T>: Mul<Wrapping<T>, Output = Wrapping<T>>,
impl<T> One for Wrapping<T>where
T: One,
Wrapping<T>: Mul<Wrapping<T>, Output = Wrapping<T>>,
source§impl<T, R, const D: usize> One for Isometry<T, R, D>where
T: SimdRealField,
R: AbstractRotation<T, D>,
<T as SimdValue>::Element: SimdRealField,
impl<T, R, const D: usize> One for Isometry<T, R, D>where
T: SimdRealField,
R: AbstractRotation<T, D>,
<T as SimdValue>::Element: SimdRealField,
source§impl<T, D> One for Matrix<T, D, D, <DefaultAllocator as Allocator<T, D, D>>::Buffer>where
D: DimName,
T: Scalar + Zero + One + ClosedMul<T> + ClosedAdd<T>,
DefaultAllocator: Allocator<T, D, D>,
impl<T, D> One for Matrix<T, D, D, <DefaultAllocator as Allocator<T, D, D>>::Buffer>where
D: DimName,
T: Scalar + Zero + One + ClosedMul<T> + ClosedAdd<T>,
DefaultAllocator: Allocator<T, D, D>,
source§impl<T, C, const D: usize> One for Transform<T, C, D>where
T: RealField,
C: TCategory,
Const<D>: DimNameAdd<Const<1>>,
DefaultAllocator: Allocator<T, <Const<D> as DimNameAdd<Const<1>>>::Output, <Const<D> as DimNameAdd<Const<1>>>::Output>,
impl<T, C, const D: usize> One for Transform<T, C, D>where
T: RealField,
C: TCategory,
Const<D>: DimNameAdd<Const<1>>,
DefaultAllocator: Allocator<T, <Const<D> as DimNameAdd<Const<1>>>::Output, <Const<D> as DimNameAdd<Const<1>>>::Output>,
source§impl<T> One for Unit<Quaternion<T>>where
T: SimdRealField,
<T as SimdValue>::Element: SimdRealField,
impl<T> One for Unit<Quaternion<T>>where
T: SimdRealField,
<T as SimdValue>::Element: SimdRealField,
fn one() -> Unit<Quaternion<T>>
source§impl<T> One for Unit<DualQuaternion<T>>where
T: SimdRealField,
<T as SimdValue>::Element: SimdRealField,
impl<T> One for Unit<DualQuaternion<T>>where
T: SimdRealField,
<T as SimdValue>::Element: SimdRealField,
fn one() -> Unit<DualQuaternion<T>>
source§impl<T> One for Quaternion<T>where
T: SimdRealField,
<T as SimdValue>::Element: SimdRealField,
impl<T> One for Quaternion<T>where
T: SimdRealField,
<T as SimdValue>::Element: SimdRealField,
fn one() -> Quaternion<T>
source§impl<T, const D: usize> One for Translation<T, D>where
T: Scalar + Zero + ClosedAdd<T>,
impl<T, const D: usize> One for Translation<T, D>where
T: Scalar + Zero + ClosedAdd<T>,
fn one() -> Translation<T, D>
source§impl<T, const D: usize> One for Rotation<T, D>where
T: Scalar + Zero + One + ClosedAdd<T> + ClosedMul<T>,
impl<T, const D: usize> One for Rotation<T, D>where
T: Scalar + Zero + One + ClosedAdd<T> + ClosedMul<T>,
source§impl<T, R, const D: usize> One for Similarity<T, R, D>where
T: SimdRealField,
<T as SimdValue>::Element: SimdRealField,
R: AbstractRotation<T, D>,
impl<T, R, const D: usize> One for Similarity<T, R, D>where
T: SimdRealField,
<T as SimdValue>::Element: SimdRealField,
R: AbstractRotation<T, D>,
source§fn one() -> Similarity<T, R, D>
fn one() -> Similarity<T, R, D>
Creates a new identity similarity.