I6F26

Type Alias I6F26 

Source
pub type I6F26 = Q<i32, U26>;
Expand description

Fixed point number

Aliased Type§

pub struct I6F26 { /* private fields */ }

Implementations§

Source§

impl I6F26

Source

pub fn polar(self, y: Self) -> (Self, I3F29)

Turns the cartesian coordinates (x, y) (where x = self) into polar coordinates.

The returned value is ((x * x + y * y).sqrt(), atan2(y, x))

Trait Implementations§

Source§

impl From<Q<i16, UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>>> for I6F26

Source§

type Output = Result<Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B0>>, Error>

The result of the cast operation: either Self or Result<Self, Error>
Source§

fn cast(x: I8F8) -> Self::Output

Checked cast from Src to Self
Source§

impl From<Q<i16, UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B1>>> for I6F26

Source§

type Output = Result<Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B0>>, Error>

The result of the cast operation: either Self or Result<Self, Error>
Source§

fn cast(x: I7F9) -> Self::Output

Checked cast from Src to Self
Source§

impl From<Q<i16, UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B1>, B0>>> for I6F26

Source§

type Output = Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B0>>

The result of the cast operation: either Self or Result<Self, Error>
Source§

fn cast(x: I6F10) -> Self::Output

Checked cast from Src to Self
Source§

impl From<Q<i16, UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B1>, B1>>> for I6F26

Source§

type Output = Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B0>>

The result of the cast operation: either Self or Result<Self, Error>
Source§

fn cast(x: I5F11) -> Self::Output

Checked cast from Src to Self
Source§

impl From<Q<i16, UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B0>>> for I6F26

Source§

type Output = Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B0>>

The result of the cast operation: either Self or Result<Self, Error>
Source§

fn cast(x: I4F12) -> Self::Output

Checked cast from Src to Self
Source§

impl From<Q<i16, UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>>> for I6F26

Source§

type Output = Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B0>>

The result of the cast operation: either Self or Result<Self, Error>
Source§

fn cast(x: I3F13) -> Self::Output

Checked cast from Src to Self
Source§

impl From<Q<i16, UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B1>, B0>>> for I6F26

Source§

type Output = Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B0>>

The result of the cast operation: either Self or Result<Self, Error>
Source§

fn cast(x: I2F14) -> Self::Output

Checked cast from Src to Self
Source§

impl From<Q<i16, UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B1>, B1>>> for I6F26

Source§

type Output = Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B0>>

The result of the cast operation: either Self or Result<Self, Error>
Source§

fn cast(x: I1F15) -> Self::Output

Checked cast from Src to Self
Source§

impl From<Q<i16, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>> for I6F26

Source§

type Output = Result<Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B0>>, Error>

The result of the cast operation: either Self or Result<Self, Error>
Source§

fn cast(x: I12F4) -> Self::Output

Checked cast from Src to Self
Source§

impl From<Q<i16, UInt<UInt<UInt<UTerm, B1>, B0>, B1>>> for I6F26

Source§

type Output = Result<Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B0>>, Error>

The result of the cast operation: either Self or Result<Self, Error>
Source§

fn cast(x: I11F5) -> Self::Output

Checked cast from Src to Self
Source§

impl From<Q<i16, UInt<UInt<UInt<UTerm, B1>, B1>, B0>>> for I6F26

Source§

type Output = Result<Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B0>>, Error>

The result of the cast operation: either Self or Result<Self, Error>
Source§

fn cast(x: I10F6) -> Self::Output

Checked cast from Src to Self
Source§

impl From<Q<i16, UInt<UInt<UInt<UTerm, B1>, B1>, B1>>> for I6F26

Source§

type Output = Result<Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B0>>, Error>

The result of the cast operation: either Self or Result<Self, Error>
Source§

fn cast(x: I9F7) -> Self::Output

Checked cast from Src to Self
Source§

impl From<Q<i16, UInt<UInt<UTerm, B1>, B0>>> for I6F26

Source§

type Output = Result<Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B0>>, Error>

The result of the cast operation: either Self or Result<Self, Error>
Source§

fn cast(x: I14F2) -> Self::Output

Checked cast from Src to Self
Source§

impl From<Q<i16, UInt<UInt<UTerm, B1>, B1>>> for I6F26

Source§

type Output = Result<Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B0>>, Error>

The result of the cast operation: either Self or Result<Self, Error>
Source§

fn cast(x: I13F3) -> Self::Output

Checked cast from Src to Self
Source§

impl From<Q<i16, UInt<UTerm, B1>>> for I6F26

Source§

type Output = Result<Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B0>>, Error>

The result of the cast operation: either Self or Result<Self, Error>
Source§

fn cast(x: I15F1) -> Self::Output

Checked cast from Src to Self
Source§

impl From<Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>>> for I6F26

Source§

type Output = Result<Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B0>>, Error>

The result of the cast operation: either Self or Result<Self, Error>
Source§

fn cast(x: I16F16) -> Self::Output

Checked cast from Src to Self
Source§

impl From<Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B1>>> for I6F26

Source§

type Output = Result<Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B0>>, Error>

The result of the cast operation: either Self or Result<Self, Error>
Source§

fn cast(x: I15F17) -> Self::Output

Checked cast from Src to Self
Source§

impl From<Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B1>, B0>>> for I6F26

Source§

type Output = Result<Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B0>>, Error>

The result of the cast operation: either Self or Result<Self, Error>
Source§

fn cast(x: I14F18) -> Self::Output

Checked cast from Src to Self
Source§

impl From<Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B1>, B1>>> for I6F26

Source§

type Output = Result<Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B0>>, Error>

The result of the cast operation: either Self or Result<Self, Error>
Source§

fn cast(x: I13F19) -> Self::Output

Checked cast from Src to Self
Source§

impl From<Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B1>, B0>, B0>>> for I6F26

Source§

type Output = Result<Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B0>>, Error>

The result of the cast operation: either Self or Result<Self, Error>
Source§

fn cast(x: I12F20) -> Self::Output

Checked cast from Src to Self
Source§

impl From<Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B1>, B0>, B1>>> for I6F26

Source§

type Output = Result<Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B0>>, Error>

The result of the cast operation: either Self or Result<Self, Error>
Source§

fn cast(x: I11F21) -> Self::Output

Checked cast from Src to Self
Source§

impl From<Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B1>, B1>, B0>>> for I6F26

Source§

type Output = Result<Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B0>>, Error>

The result of the cast operation: either Self or Result<Self, Error>
Source§

fn cast(x: I10F22) -> Self::Output

Checked cast from Src to Self
Source§

impl From<Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B1>, B1>, B1>>> for I6F26

Source§

type Output = Result<Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B0>>, Error>

The result of the cast operation: either Self or Result<Self, Error>
Source§

fn cast(x: I9F23) -> Self::Output

Checked cast from Src to Self
Source§

impl From<Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B0>, B0>>> for I6F26

Source§

type Output = Result<Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B0>>, Error>

The result of the cast operation: either Self or Result<Self, Error>
Source§

fn cast(x: I8F24) -> Self::Output

Checked cast from Src to Self
Source§

impl From<Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B0>, B1>>> for I6F26

Source§

type Output = Result<Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B0>>, Error>

The result of the cast operation: either Self or Result<Self, Error>
Source§

fn cast(x: I7F25) -> Self::Output

Checked cast from Src to Self
Source§

impl From<Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B1>>> for I6F26

Source§

type Output = Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B0>>

The result of the cast operation: either Self or Result<Self, Error>
Source§

fn cast(x: I5F27) -> Self::Output

Checked cast from Src to Self
Source§

impl From<Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B1>, B0>, B0>>> for I6F26

Source§

type Output = Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B0>>

The result of the cast operation: either Self or Result<Self, Error>
Source§

fn cast(x: I4F28) -> Self::Output

Checked cast from Src to Self
Source§

impl From<Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B1>, B0>, B1>>> for I6F26

Source§

type Output = Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B0>>

The result of the cast operation: either Self or Result<Self, Error>
Source§

fn cast(x: I3F29) -> Self::Output

Checked cast from Src to Self
Source§

impl From<Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B1>, B1>, B0>>> for I6F26

Source§

type Output = Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B0>>

The result of the cast operation: either Self or Result<Self, Error>
Source§

fn cast(x: I2F30) -> Self::Output

Checked cast from Src to Self
Source§

impl From<Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B1>, B1>, B1>>> for I6F26

Source§

type Output = Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B0>>

The result of the cast operation: either Self or Result<Self, Error>
Source§

fn cast(x: I1F31) -> Self::Output

Checked cast from Src to Self
Source§

impl From<Q<i32, UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>>> for I6F26

Source§

type Output = Result<Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B0>>, Error>

The result of the cast operation: either Self or Result<Self, Error>
Source§

fn cast(x: I24F8) -> Self::Output

Checked cast from Src to Self
Source§

impl From<Q<i32, UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B1>>> for I6F26

Source§

type Output = Result<Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B0>>, Error>

The result of the cast operation: either Self or Result<Self, Error>
Source§

fn cast(x: I23F9) -> Self::Output

Checked cast from Src to Self
Source§

impl From<Q<i32, UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B1>, B0>>> for I6F26

Source§

type Output = Result<Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B0>>, Error>

The result of the cast operation: either Self or Result<Self, Error>
Source§

fn cast(x: I22F10) -> Self::Output

Checked cast from Src to Self
Source§

impl From<Q<i32, UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B1>, B1>>> for I6F26

Source§

type Output = Result<Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B0>>, Error>

The result of the cast operation: either Self or Result<Self, Error>
Source§

fn cast(x: I21F11) -> Self::Output

Checked cast from Src to Self
Source§

impl From<Q<i32, UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B0>>> for I6F26

Source§

type Output = Result<Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B0>>, Error>

The result of the cast operation: either Self or Result<Self, Error>
Source§

fn cast(x: I20F12) -> Self::Output

Checked cast from Src to Self
Source§

impl From<Q<i32, UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>>> for I6F26

Source§

type Output = Result<Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B0>>, Error>

The result of the cast operation: either Self or Result<Self, Error>
Source§

fn cast(x: I19F13) -> Self::Output

Checked cast from Src to Self
Source§

impl From<Q<i32, UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B1>, B0>>> for I6F26

Source§

type Output = Result<Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B0>>, Error>

The result of the cast operation: either Self or Result<Self, Error>
Source§

fn cast(x: I18F14) -> Self::Output

Checked cast from Src to Self
Source§

impl From<Q<i32, UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B1>, B1>>> for I6F26

Source§

type Output = Result<Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B0>>, Error>

The result of the cast operation: either Self or Result<Self, Error>
Source§

fn cast(x: I17F15) -> Self::Output

Checked cast from Src to Self
Source§

impl From<Q<i32, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>> for I6F26

Source§

type Output = Result<Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B0>>, Error>

The result of the cast operation: either Self or Result<Self, Error>
Source§

fn cast(x: I28F4) -> Self::Output

Checked cast from Src to Self
Source§

impl From<Q<i32, UInt<UInt<UInt<UTerm, B1>, B0>, B1>>> for I6F26

Source§

type Output = Result<Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B0>>, Error>

The result of the cast operation: either Self or Result<Self, Error>
Source§

fn cast(x: I27F5) -> Self::Output

Checked cast from Src to Self
Source§

impl From<Q<i32, UInt<UInt<UInt<UTerm, B1>, B1>, B0>>> for I6F26

Source§

type Output = Result<Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B0>>, Error>

The result of the cast operation: either Self or Result<Self, Error>
Source§

fn cast(x: I26F6) -> Self::Output

Checked cast from Src to Self
Source§

impl From<Q<i32, UInt<UInt<UInt<UTerm, B1>, B1>, B1>>> for I6F26

Source§

type Output = Result<Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B0>>, Error>

The result of the cast operation: either Self or Result<Self, Error>
Source§

fn cast(x: I25F7) -> Self::Output

Checked cast from Src to Self
Source§

impl From<Q<i32, UInt<UInt<UTerm, B1>, B0>>> for I6F26

Source§

type Output = Result<Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B0>>, Error>

The result of the cast operation: either Self or Result<Self, Error>
Source§

fn cast(x: I30F2) -> Self::Output

Checked cast from Src to Self
Source§

impl From<Q<i32, UInt<UInt<UTerm, B1>, B1>>> for I6F26

Source§

type Output = Result<Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B0>>, Error>

The result of the cast operation: either Self or Result<Self, Error>
Source§

fn cast(x: I29F3) -> Self::Output

Checked cast from Src to Self
Source§

impl From<Q<i32, UInt<UTerm, B1>>> for I6F26

Source§

type Output = Result<Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B0>>, Error>

The result of the cast operation: either Self or Result<Self, Error>
Source§

fn cast(x: I31F1) -> Self::Output

Checked cast from Src to Self
Source§

impl From<Q<i8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>> for I6F26

Source§

type Output = Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B0>>

The result of the cast operation: either Self or Result<Self, Error>
Source§

fn cast(x: I4F4) -> Self::Output

Checked cast from Src to Self
Source§

impl From<Q<i8, UInt<UInt<UInt<UTerm, B1>, B0>, B1>>> for I6F26

Source§

type Output = Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B0>>

The result of the cast operation: either Self or Result<Self, Error>
Source§

fn cast(x: I3F5) -> Self::Output

Checked cast from Src to Self
Source§

impl From<Q<i8, UInt<UInt<UInt<UTerm, B1>, B1>, B0>>> for I6F26

Source§

type Output = Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B0>>

The result of the cast operation: either Self or Result<Self, Error>
Source§

fn cast(x: I2F6) -> Self::Output

Checked cast from Src to Self
Source§

impl From<Q<i8, UInt<UInt<UInt<UTerm, B1>, B1>, B1>>> for I6F26

Source§

type Output = Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B0>>

The result of the cast operation: either Self or Result<Self, Error>
Source§

fn cast(x: I1F7) -> Self::Output

Checked cast from Src to Self
Source§

impl From<Q<i8, UInt<UInt<UTerm, B1>, B0>>> for I6F26

Source§

type Output = Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B0>>

The result of the cast operation: either Self or Result<Self, Error>
Source§

fn cast(x: I6F2) -> Self::Output

Checked cast from Src to Self
Source§

impl From<Q<i8, UInt<UInt<UTerm, B1>, B1>>> for I6F26

Source§

type Output = Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B0>>

The result of the cast operation: either Self or Result<Self, Error>
Source§

fn cast(x: I5F3) -> Self::Output

Checked cast from Src to Self
Source§

impl From<Q<i8, UInt<UTerm, B1>>> for I6F26

Source§

type Output = Result<Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B0>>, Error>

The result of the cast operation: either Self or Result<Self, Error>
Source§

fn cast(x: I7F1) -> Self::Output

Checked cast from Src to Self
Source§

impl From<i16> for I6F26

Source§

type Output = Result<Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B0>>, Error>

The result of the cast operation: either Self or Result<Self, Error>
Source§

fn cast(x: i16) -> Self::Output

Checked cast from Src to Self
Source§

impl From<i32> for I6F26

Source§

type Output = Result<Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B0>>, Error>

The result of the cast operation: either Self or Result<Self, Error>
Source§

fn cast(x: i32) -> Self::Output

Checked cast from Src to Self
Source§

impl From<i64> for I6F26

Source§

type Output = Result<Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B0>>, Error>

The result of the cast operation: either Self or Result<Self, Error>
Source§

fn cast(x: i64) -> Self::Output

Checked cast from Src to Self
Source§

impl From<i8> for I6F26

Source§

type Output = Result<Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B0>>, Error>

The result of the cast operation: either Self or Result<Self, Error>
Source§

fn cast(x: i8) -> Self::Output

Checked cast from Src to Self
Source§

impl From<isize> for I6F26

Source§

type Output = Result<Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B0>>, Error>

The result of the cast operation: either Self or Result<Self, Error>
Source§

fn cast(x: isize) -> Self::Output

Checked cast from Src to Self
Source§

impl From<u16> for I6F26

Source§

type Output = Result<Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B0>>, Error>

The result of the cast operation: either Self or Result<Self, Error>
Source§

fn cast(x: u16) -> Self::Output

Checked cast from Src to Self
Source§

impl From<u32> for I6F26

Source§

type Output = Result<Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B0>>, Error>

The result of the cast operation: either Self or Result<Self, Error>
Source§

fn cast(x: u32) -> Self::Output

Checked cast from Src to Self
Source§

impl From<u64> for I6F26

Source§

type Output = Result<Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B0>>, Error>

The result of the cast operation: either Self or Result<Self, Error>
Source§

fn cast(x: u64) -> Self::Output

Checked cast from Src to Self
Source§

impl From<u8> for I6F26

Source§

type Output = Result<Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B0>>, Error>

The result of the cast operation: either Self or Result<Self, Error>
Source§

fn cast(x: u8) -> Self::Output

Checked cast from Src to Self
Source§

impl From<usize> for I6F26

Source§

type Output = Result<Q<i32, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>, B0>>, Error>

The result of the cast operation: either Self or Result<Self, Error>
Source§

fn cast(x: usize) -> Self::Output

Checked cast from Src to Self