pub struct CodeView {
pub path: String,
pub guid: String,
}
Expand description
CodeView information extracted from a PDB file.
Fields§
§path: String
Path to the PDB file.
guid: String
PDB GUID.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CodeView
impl RefUnwindSafe for CodeView
impl Send for CodeView
impl Sync for CodeView
impl Unpin for CodeView
impl UnwindSafe for CodeView
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