pub struct ShellData {
pub symcache: Option<PathBuf>,
pub trace_child: Cell<bool>,
}Fields§
§symcache: Option<PathBuf>§trace_child: Cell<bool>Trait Implementations§
Source§impl AsRef<ShellData> for SimpleUDbgShell
impl AsRef<ShellData> for SimpleUDbgShell
Auto Trait Implementations§
impl !Freeze for ShellData
impl !RefUnwindSafe for ShellData
impl Send for ShellData
impl !Sync for ShellData
impl Unpin for ShellData
impl UnwindSafe for ShellData
Blanket Implementations§
Source§impl<T> AsByteArray for T
impl<T> AsByteArray for T
fn as_byte_array(&self) -> &[u8] ⓘ
Source§impl<T> AsByteArrayMut for T
impl<T> AsByteArrayMut for T
fn as_mut_byte_array(&mut self) -> &mut [u8] ⓘ
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