pub enum Builtin<D: Dialect> {
Show 33 variants
AbsolutePos(Elem<D>),
AbsolutePosBaseName,
AbsolutePosX,
AbsolutePosY,
AbsolutePosZ,
UnitPos,
UnitPosBaseName,
UnitPosX,
UnitPosY,
UnitPosZ,
CubePos(Elem<D>),
CubePosBaseName,
CubePosX,
CubePosY,
CubePosZ,
CubeDim,
CubeDimBaseName,
CubeDimX,
CubeDimY,
CubeDimZ,
CubeCount(Elem<D>),
CubeCountBaseName,
CubeCountX,
CubeCountY,
CubeCountZ,
PlaneDim,
PlaneDimChecked,
PlanePos,
UnitPosPlane,
ClusterRank,
ClusterIndexX,
ClusterIndexY,
ClusterIndexZ,
}Variants§
AbsolutePos(Elem<D>)
AbsolutePosBaseName
AbsolutePosX
AbsolutePosY
AbsolutePosZ
UnitPos
UnitPosBaseName
UnitPosX
UnitPosY
UnitPosZ
CubePos(Elem<D>)
CubePosBaseName
CubePosX
CubePosY
CubePosZ
CubeDim
CubeDimBaseName
CubeDimX
CubeDimY
CubeDimZ
CubeCount(Elem<D>)
CubeCountBaseName
CubeCountX
CubeCountY
CubeCountZ
PlaneDim
PlaneDimChecked
PlanePos
UnitPosPlane
ClusterRank
ClusterIndexX
ClusterIndexY
ClusterIndexZ
Implementations§
Trait Implementations§
impl<D: Copy + Dialect> Copy for Builtin<D>
Auto Trait Implementations§
impl<D> Freeze for Builtin<D>
impl<D> RefUnwindSafe for Builtin<D>where
D: RefUnwindSafe,
impl<D> Send for Builtin<D>
impl<D> Sync for Builtin<D>
impl<D> Unpin for Builtin<D>where
D: Unpin,
impl<D> UnsafeUnpin for Builtin<D>
impl<D> UnwindSafe for Builtin<D>where
D: 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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneExpand for Twhere
T: Clone,
impl<T> CloneExpand for Twhere
T: Clone,
fn __expand_clone_method(&self, _: &Scope) -> T
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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