Struct arret_runtime::boxed::Int [−][src]
#[repr(C, align(16))]pub struct Int { /* fields omitted */ }
Boxed 64bit signed integer
Implementations
impl Int[src]
impl Int[src]impl Int[src]
impl Int[src]pub fn as_num_ref(&self) -> Gc<Num>[src]
Casts this value to its supertype
Trait Implementations
impl NumMember for Int[src]
impl UniqueTagged for Int[src]
Auto Trait Implementations
impl RefUnwindSafe for Int
impl Send for Int
impl Sync for Int
impl Unpin for Int
impl UnwindSafe for Int
Blanket Implementations
impl<T> EncodeBoxedAbiType for T where
T: UniqueTagged, [src]
impl<T> EncodeBoxedAbiType for T where
T: UniqueTagged, [src]pub const BOXED_ABI_TYPE: BoxedAbiType[src]
impl<T> HashInHeap for T where
T: Hash, [src]
impl<T> HashInHeap for T where
T: Hash, [src]impl<T> PartialEqInHeap for T where
T: PartialEq<T>, [src]
impl<T> PartialEqInHeap for T where
T: PartialEq<T>, [src]