pub struct FileIndex(pub u32);Expand description
Index of a file entry in the module.
Use the LineProgram to resolve information on the file from this offset.
Tuple Fields§
§0: u32Trait Implementations§
Source§impl Ord for FileIndex
impl Ord for FileIndex
Source§impl PartialOrd for FileIndex
impl PartialOrd for FileIndex
Source§impl<'a> TryFromCtx<'a, Endian> for FileIndex
impl<'a> TryFromCtx<'a, Endian> for FileIndex
impl Copy for FileIndex
impl Eq for FileIndex
impl StructuralPartialEq for FileIndex
Auto Trait Implementations§
impl Freeze for FileIndex
impl RefUnwindSafe for FileIndex
impl Send for FileIndex
impl Sync for FileIndex
impl Unpin for FileIndex
impl UnwindSafe for FileIndex
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