Degrees

Trait Degrees 

Source
pub trait Degrees: CubePrimitive + Sized {
    // Provided methods
    fn to_degrees(x: Self) -> Self { ... }
    fn __expand_to_degrees(
        scope: &mut Scope,
        x: Self::ExpandType,
    ) -> ExpandElementTyped<Self> { ... }
}

Provided Methods§

Source

fn to_degrees(x: Self) -> Self

Source

fn __expand_to_degrees( scope: &mut Scope, x: Self::ExpandType, ) -> ExpandElementTyped<Self>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl Degrees for f32

Source§

impl Degrees for f64

Source§

impl Degrees for bf16

Source§

impl Degrees for f16

Implementors§

Source§

impl Degrees for flex32

Source§

impl Degrees for tf32

Source§

impl<const POS: u8> Degrees for ElemExpand<POS>