Struct debris_common::input_file::InputFile
source · pub struct InputFile {
code: Code,
offset: usize,
}
Expand description
A single input file, implementation detail
Fields§
§code: Code
The code of the input file
offset: usize
The global offset
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for InputFile
impl Send for InputFile
impl Sync for InputFile
impl Unpin for InputFile
impl UnwindSafe for InputFile
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