Struct gdb_command::siginfo::Siginfo
source · [−]Expand description
Definition from https://github.com/torvalds/linux/blob/master/include/uapi/asm-generic/siginfo.h (not all fields are defined).
Fields
si_signo: u32Signal number.
si_errno: u32si_code: u32si_addr: u64Address due to access to which an exception was occurred.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Siginfo
impl Send for Siginfo
impl Sync for Siginfo
impl Unpin for Siginfo
impl UnwindSafe for Siginfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more