pub struct GsymFile {
pub path: PathBuf,
/* private fields */
}Available on crate feature
gsym only.Expand description
A Gsym file.
Fields§
§path: PathBufThe path to the Gsym file.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GsymFile
impl RefUnwindSafe for GsymFile
impl Send for GsymFile
impl Sync for GsymFile
impl Unpin for GsymFile
impl UnwindSafe for GsymFile
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