pub struct TypeIndex(pub u32);Expand description
Index of TypeData in the TypeInformation stream.
If this index is a cross module reference, it must be resolved before lookup in the stream.
Tuple Fields§
§0: u32Trait Implementations§
Source§impl ItemIndex for TypeIndex
impl ItemIndex for TypeIndex
Source§fn is_cross_module(self) -> bool
fn is_cross_module(self) -> bool
Returns
true if this is a cross module reference. Read moreSource§impl Ord for TypeIndex
impl Ord for TypeIndex
Source§impl PartialOrd for TypeIndex
impl PartialOrd for TypeIndex
Source§impl<'a> TryFromCtx<'a, Endian> for TypeIndex
impl<'a> TryFromCtx<'a, Endian> for TypeIndex
impl Copy for TypeIndex
impl Eq for TypeIndex
impl StructuralPartialEq for TypeIndex
Auto Trait Implementations§
impl Freeze for TypeIndex
impl RefUnwindSafe for TypeIndex
impl Send for TypeIndex
impl Sync for TypeIndex
impl Unpin for TypeIndex
impl UnwindSafe for TypeIndex
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