Enum tc_value::UInt [−][src]
An unsigned integer.
Variants
U8(u8)
U16(u16)
U32(u32)
U64(u64)
Trait Implementations
impl<'en> IntoStream<'en> for UInt
[src]
impl<'en> IntoStream<'en> for UInt
[src]impl NumberInstance for UInt
[src]
impl NumberInstance for UInt
[src]type Abs = UInt
type Exp = UInt
type Class = UIntType
pub fn class(&self) -> UIntType
[src]
pub fn into_type(self, dtype: UIntType) -> UInt
[src]
pub fn abs(self) -> UInt
[src]
pub fn pow(self, exp: <UInt as NumberInstance>::Exp) -> UInt
[src]
pub fn and(self, other: Self) -> Self where
Boolean: CastFrom<Self>,
[src]
Boolean: CastFrom<Self>,
pub fn not(self) -> Self where
Boolean: CastFrom<Self>,
[src]
Boolean: CastFrom<Self>,
pub fn or(self, other: Self) -> Self where
Boolean: CastFrom<Self>,
[src]
Boolean: CastFrom<Self>,
pub fn xor(self, other: Self) -> Self where
Boolean: CastFrom<Self>,
[src]
Boolean: CastFrom<Self>,
impl PartialOrd<UInt> for UInt
[src]
impl PartialOrd<UInt> for UInt
[src]impl Serialize for UInt
[src]
impl Serialize for UInt
[src]pub fn serialize<S>(
&self,
s: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error> where
S: Serializer,
[src]
&self,
s: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error> where
S: Serializer,
Auto Trait Implementations
impl RefUnwindSafe for UInt
impl RefUnwindSafe for UInt
impl UnwindSafe for UInt
impl UnwindSafe for UInt
Blanket Implementations
impl<F, T> TryCastFrom<F> for T where
T: CastFrom<F>,
[src]
impl<F, T> TryCastFrom<F> for T where
T: CastFrom<F>,
[src]pub fn can_cast_from(&F) -> bool
[src]
pub fn opt_cast_from(f: F) -> Option<T>
[src]
pub fn try_cast_from<Err, OnErr>(value: T, on_err: OnErr) -> Result<Self, Err> where
OnErr: FnOnce(&T) -> Err,
[src]
OnErr: FnOnce(&T) -> Err,
impl<F, T> TryCastInto<T> for F where
T: TryCastFrom<F>,
[src]
impl<F, T> TryCastInto<T> for F where
T: TryCastFrom<F>,
[src]pub fn can_cast_into(&self) -> bool
[src]
pub fn opt_cast_into(self) -> Option<T>
[src]
pub fn try_cast_into<Err, OnErr>(self, on_err: OnErr) -> Result<T, Err> where
OnErr: FnOnce(&Self) -> Err,
[src]
OnErr: FnOnce(&Self) -> Err,